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 a01f4d591e3c1a40812a9061fca8d5dcfd3768cc..fd204d80ef10c049e0d5243e059a915b55d71da0 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -83,8 +83,6 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
const GURL& effective_site_url) override; |
void GetAdditionalWebUISchemes( |
std::vector<std::string>* additional_schemes) override; |
- void GetAdditionalWebUIHostsToIgnoreParititionCheck( |
- std::vector<std::string>* hosts) override; |
bool LogWebUIUrl(const GURL& web_ui_url) const override; |
bool IsHandledURL(const GURL& url) override; |
bool CanCommitURL(content::RenderProcessHost* process_host, |