Chromium Code Reviews| 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 |