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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 2562393005: [Chromecast] Reference internal services manifest. (Closed)
Patch Set: Fix CastContentClient header Created 4 years 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
Index: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index be14cefedf3b541443206341ca49157a10c34915..0a0bfb3bc91fe745c29bdca0f125a4d43479a239 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -292,6 +292,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
service_manager::InterfaceRegistry* registry,
content::GpuProcessHost* render_process_host) override;
void RegisterInProcessServices(StaticServiceMap* services) override;
+ void AddConnectionFilters(
+ ConnectionFilterList* connection_filter_list) override;
void RegisterOutOfProcessServices(
OutOfProcessServiceMap* services) override;
std::unique_ptr<base::Value> GetServiceManifestOverlay(
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chromecast/browser/cast_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698