Chromium Code Reviews| 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 419c1557a40da8644ef6cfd84750b4b536d4af4d..78b2447105f7a16a8ff1cc9e00832711d479cecb 100644 |
| --- a/chrome/utility/chrome_content_utility_client.h |
| +++ b/chrome/utility/chrome_content_utility_client.h |
| @@ -82,6 +82,10 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient { |
| void OnStartupPing(); |
| void OnAnalyzeZipFileForDownloadProtection( |
| IPC::PlatformFileForTransit zip_file); |
| +#if !defined(OS_ANDROID) && !defined(OS_IOS) |
| + void OnCheckMediaFile(int64 milliseconds_of_decoding, |
| + IPC::PlatformFileForTransit media_file); |
|
DaleCurtis
2013/08/09 00:58:04
Looks like this can be const& ? At least other met
vandebo (ex-Chrome)
2013/08/09 04:26:14
Fixed all three of these.
|
| +#endif // !defined(OS_ANDROID) && !defined(OS_IOS) |
| #if defined(OS_WIN) |
| void OnParseITunesPrefXml(const std::string& itunes_xml_data); |