Chromium Code Reviews

Unified Diff: extensions/utility/utility_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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « extensions/test/test_content_utility_client.cc ('k') | extensions/utility/utility_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/utility/utility_handler.h
diff --git a/extensions/utility/utility_handler.h b/extensions/utility/utility_handler.h
index 92d514ed6f6d287305f61ab9098c1a94f1a62961..c2a70e922b9cd5a90ac3ce0e93fe9e2fc08bdf4a 100644
--- a/extensions/utility/utility_handler.h
+++ b/extensions/utility/utility_handler.h
@@ -6,7 +6,7 @@
#define EXTENSIONS_UTILITY_UTILITY_HANDLER_H_
namespace service_manager {
-class InterfaceRegistry;
+class BinderRegistry;
}
namespace extensions {
@@ -15,7 +15,7 @@ namespace utility_handler {
void UtilityThreadStarted();
-void ExposeInterfacesToBrowser(service_manager::InterfaceRegistry* registry,
+void ExposeInterfacesToBrowser(service_manager::BinderRegistry* registry,
bool running_elevated);
} // namespace utility_handler
« no previous file with comments | « extensions/test/test_content_utility_client.cc ('k') | extensions/utility/utility_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine