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