| Index: content/browser/content_browser_client.h
|
| diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h
|
| index 70932b63eb14971fc0745b666050a8824b03c620..83e9c194ecf081d4155a4f03b7abf247617b735c 100644
|
| --- a/content/browser/content_browser_client.h
|
| +++ b/content/browser/content_browser_client.h
|
| @@ -57,6 +57,10 @@ class ContentBrowserClient {
|
| // group different url schemes in the same SiteInstance.
|
| virtual GURL GetEffectiveURL(Profile* profile, const GURL& url);
|
|
|
| + // Returns whether a specified URL is to be considered the same as any
|
| + // SiteInstance.
|
| + virtual bool IsURLSameAsAnySiteInstance(const GURL& url);
|
| +
|
| // See RenderViewHostDelegate's comment.
|
| virtual GURL GetAlternateErrorPageURL(const TabContents* tab);
|
|
|
|
|