| 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
 | 
| 
 |