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

Unified Diff: content/public/browser/content_browser_client.h

Issue 2183703005: Renderers should obtain browser InterfaceProvider by connecting to browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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 | « content/public/browser/browser_context.h ('k') | content/public/common/mojo_shell_connection.h » ('j') | 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 6c7f8e6fb4a602db4b5edb4926b353f918085362..a5dd93cb6d8dbeb973e8cdd12d9cf7ef20da0870 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -644,7 +644,9 @@ class CONTENT_EXPORT ContentBrowserClient {
BrowserContext* browser_context);
// Allows to register browser Mojo interfaces exposed through the
- // RenderProcessHost.
+ // RenderProcessHost. Note that interface factory callbacks added to
+ // |registry| will by default be run immediately on the IO thread, unless a
+ // task runner is provided.
virtual void ExposeInterfacesToRenderer(
shell::InterfaceRegistry* registry,
RenderProcessHost* render_process_host) {}
« no previous file with comments | « content/public/browser/browser_context.h ('k') | content/public/common/mojo_shell_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698