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 76e994ddcbe142188135d1c8ab572d446718a101..a3cdece0cc07f743aa24965e21cce3925eb7d313 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 GetWebUIHostsToIgnoreParititionCheck( |
+ std::vector<std::string>* hosts) OVERRIDE; |
virtual net::URLRequestContextGetter* CreateRequestContext( |
content::BrowserContext* browser_context, |
content::ProtocolHandlerMap* protocol_handlers) OVERRIDE; |