Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 250143002: Media Galleries API: Audio/Video attached pictures support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create Blobs on browser-process, eliminating two IPC copies. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/utility/chrome_content_utility_client.h
diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
index c9e2d0eac6684edcf27905939a5141a5542ab80e..8e6ba9747fcfd3ab7fa1f50e01cc8ce86fdd8bc7 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -107,7 +107,8 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
#if !defined(OS_ANDROID) && !defined(OS_IOS)
void OnCheckMediaFile(int64 milliseconds_of_decoding,
const IPC::PlatformFileForTransit& media_file);
- void OnParseMediaMetadata(const std::string& mime_type, int64 total_size);
+ void OnParseMediaMetadata(const std::string& mime_type, int64 total_size,
+ bool get_attached_images);
#endif // !defined(OS_ANDROID) && !defined(OS_IOS)
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698