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

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

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: misc build fixes Created 5 years, 7 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/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index eff374d1c72f409e37044a2475f8b31bc7bdbca1..e64fa4e21d02044da42cbb963c6f5e61d5b5f864 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -81,6 +81,7 @@ namespace content {
enum class PermissionType;
class AccessTokenStore;
+class ApplicationRegistry;
class BrowserChildProcessHost;
class BrowserContext;
class BrowserMainParts;
@@ -578,6 +579,10 @@ class CONTENT_EXPORT ContentBrowserClient {
ServiceRegistry* registry,
RenderFrameHost* render_frame_host) {}
+ // Registers in-process Mojo application loaders with the browser's global
+ // Mojo shell.
+ virtual void RegisterMojoApplications(ApplicationRegistry* registry) {}
jam 2015/05/29 01:48:54 why call the embedder and give it another interfac
Ken Rockot(use gerrit already) 2015/05/29 03:20:40 I think there are a few decent reasons: - I expe
jam 2015/05/29 15:11:50 I'm not sure I understand what you mean here. are
+
// Registers additional navigator.connect service factories available in a
// particular NavigatorConnectContext.
virtual void GetAdditionalNavigatorConnectServices(

Powered by Google App Engine
This is Rietveld 408576698