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

Unified Diff: chromecast/browser/cast_content_browser_client.h

Issue 2766263009: Convert content ConnectionFilter to OnBindInterface (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/service/service_utility_process_host.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_browser_client.h
diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
index 200ad6d78d4348723b674571f69bc8850ca5460f..fae903041021edb7b71157f7d7f90d028cb3ecc3 100644
--- a/chromecast/browser/cast_content_browser_client.h
+++ b/chromecast/browser/cast_content_browser_client.h
@@ -34,7 +34,7 @@ class X509Certificate;
}
namespace service_manager {
-class InterfaceRegistry;
+class BinderRegistry;
}
namespace chromecast {
@@ -164,7 +164,7 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
content::ResourceContext* context,
bool* no_javascript_access) override;
void ExposeInterfacesToRenderer(
- service_manager::InterfaceRegistry* registry,
+ service_manager::BinderRegistry* registry,
content::RenderProcessHost* render_process_host) override;
void RegisterInProcessServices(StaticServiceMap* services) override;
std::unique_ptr<base::Value> GetServiceManifestOverlay(
« no previous file with comments | « chrome/service/service_utility_process_host.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698