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

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

Issue 2611283002: [mojo talk demo] Convert utility process CheckMediaFile IPC to mojo (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 | « 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 4098d77a708172a9d3f2c9f5b6b6d586b16dbd59..735eb1c06f2f402ee67299ef7cb2c1061b5a80e7 100644
--- a/chrome/utility/extensions/extensions_handler.h
+++ b/chrome/utility/extensions/extensions_handler.h
@@ -22,6 +22,10 @@
class ChromeContentUtilityClient;
+namespace service_manager {
+class InterfaceRegistry;
+}
+
namespace extensions {
// Dispatches IPCs for Chrome extensions utility messages.
@@ -32,6 +36,10 @@ class ExtensionsHandler : public UtilityMessageHandler {
static void PreSandboxStartup();
+ static void ExposeInterfacesToBrowser(
+ service_manager::InterfaceRegistry* registry,
+ bool running_elevated);
+
// UtilityMessageHandler:
bool OnMessageReceived(const IPC::Message& message) override;
« 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