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 3a96dc29203e378ae64002b5601be4c119180709..cf203ef57b69995eec895a0400d7f32b705a9676 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -18,6 +18,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
virtual void WorkerProcessHostCreated(WorkerProcessHost* host); |
virtual content::WebUIFactory* GetWebUIFactory(); |
virtual GURL GetEffectiveURL(Profile* profile, const GURL& url); |
+ virtual bool IsURLSameAsAnySiteInstance(const GURL& url); |
virtual GURL GetAlternateErrorPageURL(const TabContents* tab); |
virtual std::string GetCanonicalEncodingNameByAliasName( |
const std::string& alias_name); |