| Index: content/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/browser/content_browser_client.h (revision 80243)
|
| +++ content/browser/content_browser_client.h (working copy)
|
| @@ -26,6 +26,10 @@
|
|
|
| // Gets the WebUIFactory which will be responsible for generating WebUIs.
|
| virtual WebUIFactory* GetWebUIFactory();
|
| +
|
| + // Get the effective URL for the given actual URL, to allow an embedder to
|
| + // group different url schemes in the same SiteInstance.
|
| + virtual GURL GetEffectiveURL(Profile* profile, const GURL& url);
|
| };
|
|
|
| } // namespace content
|
|
|