| 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 4a5f5c64021662320528e176ff557ad743d357c3..7e02f70bc4c573a531aabbbc3fd5d09aaa6dbcf2 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(
|
|
|