| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 834824cc812576c21a16ed94de39bdbd44292e50..450ce73587585acd2436385e8eabe0a13c89bee3 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -79,6 +79,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const GURL& url) OVERRIDE;
|
| virtual void GetAdditionalWebUISchemes(
|
| std::vector<std::string>* additional_schemes) OVERRIDE;
|
| + virtual void GetAdditionalWebUIHostsToIgnoreParititionCheck(
|
| + std::vector<std::string>* hosts) OVERRIDE;
|
| virtual net::URLRequestContextGetter* CreateRequestContext(
|
| content::BrowserContext* browser_context,
|
| content::ProtocolHandlerMap* protocol_handlers,
|
|
|