| 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 bb1147dc9a865cc9f46dd10d48f3f9bf945672ac..82affabdf38a377c92217cf77ed2f7a51b459c14 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -83,6 +83,8 @@
|
| 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,
|
|
|