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

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

Issue 2635153002: Pref service: expose all read-only PrefStores through Mojo (Closed)
Patch Set: Remove debug print 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..90ca1a3cc5cb8791d6069f6e46438e3670e369aa 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
+ // 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