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

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

Issue 2810343002: Convert UtilityThread/Clients to add ConnectionFilters instead of using ChildThread's InterfaceRegi… (Closed)
Patch Set: . Created 3 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
« 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 9c3c6e06e0de9c718f1119bf0828d5ff8a3a3bb8..6230fa852271cf095a81a2b00b9715d4b28d97f9 100644
--- a/chrome/utility/extensions/extensions_handler.h
+++ b/chrome/utility/extensions/extensions_handler.h
@@ -20,7 +20,7 @@
#endif
namespace service_manager {
-class InterfaceRegistry;
+class BinderRegistry;
}
namespace extensions {
@@ -36,7 +36,7 @@ class ExtensionsHandler : public UtilityMessageHandler {
static void PreSandboxStartup();
static void ExposeInterfacesToBrowser(
- service_manager::InterfaceRegistry* registry,
+ service_manager::BinderRegistry* registry,
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