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

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

Issue 2635153002: Pref service: expose all read-only PrefStores through Mojo (Closed)
Patch Set: Create and register service Created 3 years, 10 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 4dd626e7914dd439ed863765d9a955c1fc54f611..00d81f4f0fcc23087050dfa02c24aab53737d35f 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -685,6 +685,11 @@ class CONTENT_EXPORT ContentBrowserClient {
// Manager.
virtual void RegisterInProcessServices(StaticServiceMap* services) {}
+ // Registers per-browser context services to be loaded in the browser process
Sam McNally 2017/02/24 04:14:53 per-browser-context
tibell 2017/02/27 00:02:53 Done.
+ // by the Service Manager.
+ virtual void RegisterInProcessServices(BrowserContext* browser_context,
+ StaticServiceMap* services) {}
+
using OutOfProcessServiceMap = std::map<std::string, base::string16>;
// Registers services to be loaded out of the browser process, in a sandboxed

Powered by Google App Engine
This is Rietveld 408576698