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

Unified Diff: content/public/browser/browser_context.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
Index: content/public/browser/browser_context.h
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
index 4d96452e814698549b7fc86f41973c3c195677a9..15be1d2ff416e7e673bb13560826d768fddfc6e0 100644
--- a/content/public/browser/browser_context.h
+++ b/content/public/browser/browser_context.h
@@ -54,6 +54,7 @@ class BrowserPluginGuestManager;
class DownloadManager;
class DownloadManagerDelegate;
class IndexedDBContext;
+class MojoShellConnection;
class PermissionManager;
class PushMessagingService;
class ResourceContext;
@@ -166,6 +167,8 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
// to connect to service instances bound as this user.
static shell::Connector* GetShellConnectorFor(
BrowserContext* browser_context);
+ static MojoShellConnection* GetMojoShellConnectionFor(
+ BrowserContext* browser_context);
~BrowserContext() override;
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698