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

Unified Diff: chrome/utility/extensions/extensions_handler.h

Issue 2651563002: Extensions handler: OnCheckMediaFile is not used (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/extensions/extensions_handler.h
diff --git a/chrome/utility/extensions/extensions_handler.h b/chrome/utility/extensions/extensions_handler.h
index 4c023464941ab050d00e96ddedc5f2de7674b168..e4d5d1ea6db2f38a0c8c5a055a3c3a131755d137 100644
--- a/chrome/utility/extensions/extensions_handler.h
+++ b/chrome/utility/extensions/extensions_handler.h
@@ -48,9 +48,6 @@ class ExtensionsHandler : public UtilityMessageHandler {
private:
// IPC message handlers.
- void OnCheckMediaFile(int64_t milliseconds_of_decoding,
- const IPC::PlatformFileForTransit& media_file);
-
#if defined(OS_WIN)
void OnParseITunesPrefXml(const std::string& itunes_xml_data);
#endif // defined(OS_WIN)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698