| 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 328f731e6b09fb9e0126cec53b1bd653b586691e..44ffbd541a246a77ec6554d1539c074dbee403c5 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -64,6 +64,11 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::RenderProcessHost* host) OVERRIDE;
|
| virtual bool ShouldUseProcessPerSite(content::BrowserContext* browser_context,
|
| const GURL& effective_url) OVERRIDE;
|
| + virtual GURL GetPossiblyPrivilegedURL(
|
| + content::BrowserContext* browser_context,
|
| + const GURL& url,
|
| + bool is_renderer_initiated,
|
| + content::SiteInstance* current_instance) OVERRIDE;
|
| virtual GURL GetEffectiveURL(content::BrowserContext* browser_context,
|
| const GURL& url) OVERRIDE;
|
| virtual void GetAdditionalWebUISchemes(
|
|
|