| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 127767)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -31,6 +31,7 @@
|
| virtual GURL GetEffectiveURL(content::BrowserContext* browser_context,
|
| const GURL& url) OVERRIDE;
|
| virtual bool IsURLSameAsAnySiteInstance(const GURL& url) OVERRIDE;
|
| + virtual bool IsHandledURL(const GURL& url) OVERRIDE;
|
| virtual bool IsSuitableHost(content::RenderProcessHost* process_host,
|
| const GURL& url) OVERRIDE;
|
| virtual void SiteInstanceGotProcess(SiteInstance* site_instance) OVERRIDE;
|
|
|