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

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

Issue 2667443002: Convert utility process ParseMediaMetadata blob reading IPC to mojo (Closed)
Patch Set: Sync to ToT and merge in dependent patch changes. Created 3 years, 10 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 | « chrome/utility/chrome_content_utility_client.cc ('k') | chrome/utility/extensions/extensions_handler.cc » ('j') | 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 e4d5d1ea6db2f38a0c8c5a055a3c3a131755d137..bdeb3592f338bdafbe92e662cb0f9a2f46e6159e 100644
--- a/chrome/utility/extensions/extensions_handler.h
+++ b/chrome/utility/extensions/extensions_handler.h
@@ -20,8 +20,6 @@
#error "Extensions must be enabled"
#endif
-class ChromeContentUtilityClient;
-
namespace service_manager {
class InterfaceRegistry;
}
@@ -40,7 +38,6 @@ class ExtensionsHandler : public UtilityMessageHandler {
// interface.
static void ExposeInterfacesToBrowser(
service_manager::InterfaceRegistry* registry,
- ChromeContentUtilityClient* utility_client,
bool running_elevated);
// UtilityMessageHandler:
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | chrome/utility/extensions/extensions_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698