| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 118952)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -31,8 +31,10 @@
|
| 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;
|
| - virtual void SiteInstanceDeleting(SiteInstance* site_instance) OVERRIDE;
|
| + virtual void SiteInstanceGotProcess(
|
| + content::SiteInstance* site_instance) OVERRIDE;
|
| + virtual void SiteInstanceDeleting(content::SiteInstance* site_instance)
|
| + OVERRIDE;
|
| virtual bool ShouldSwapProcessesForNavigation(const GURL& current_url,
|
| const GURL& new_url) OVERRIDE;
|
| virtual std::string GetCanonicalEncodingNameByAliasName(
|
|
|