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

Unified Diff: content/public/browser/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
« content/public/app/BUILD.gn ('K') | « content/public/app/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 39316c322bee54b716ddf62f3a5bba1058931a69..03987593c0f75aa0d99b78d268ef8d5fcf21af82 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -112,6 +112,7 @@ class BrowserMainParts;
class BrowserPpapiHost;
class BrowserURLHandler;
class ClientCertificateDelegate;
+class ConnectionFilter;
class DevToolsManagerDelegate;
class GpuProcessHost;
class MediaObserver;
@@ -707,6 +708,11 @@ class CONTENT_EXPORT ContentBrowserClient {
virtual void RegisterUnsandboxedOutOfProcessServices(
OutOfProcessServiceMap* services) {}
+ using ConnectionFilterList = std::vector<std::unique_ptr<ConnectionFilter>>;
+
+ // Adds ConnectionFilters for incoming requests.
+ virtual void AddConnectionFilters(ConnectionFilterList* filters) {}
+
// Allow the embedder to provide a dictionary loaded from a JSON file
// resembling a service manifest whose capabilities section will be merged
// with content's own for |name|. Additional entries will be appended to their
« content/public/app/BUILD.gn ('K') | « content/public/app/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698