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

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

Issue 2157143002: Move interface registration to OnConnect in RPH (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 05f80861400fb6f69bc88d6b2b777395b3c87341..035dea9a2b7e007c43c6202f2226c34dc43f59c7 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;
@@ -167,6 +168,9 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
static shell::Connector* GetShellConnectorFor(
BrowserContext* browser_context);
+ static MojoShellConnection* GetMojoShellConnectionFor(
+ BrowserContext* browser_context);
+
~BrowserContext() override;
// Creates a delegate to initialize a HostZoomMap and persist its information.
« no previous file with comments | « content/public/app/mojo/content_utility_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