| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 127767)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -428,6 +428,10 @@
|
| url == GURL(chrome::kChromeUIShorthangURL);
|
| }
|
|
|
| +bool ChromeContentBrowserClient::IsHandledURL(const GURL& url) {
|
| + return ProfileIOData::IsHandledURL(url);
|
| +}
|
| +
|
| bool ChromeContentBrowserClient::IsSuitableHost(
|
| content::RenderProcessHost* process_host,
|
| const GURL& site_url) {
|
|
|