| 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 8264e87fdb60aa2bf90e28932837ebcbcd8e793a..9b899a60b8a31b43a657aa6c5d72f371cc6c5b70 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -66,7 +66,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const GURL& effective_url) OVERRIDE;
|
| virtual GURL GetEffectiveURL(content::BrowserContext* browser_context,
|
| const GURL& url) OVERRIDE;
|
| - virtual std::vector<std::string> GetAdditionalWebUISchemes() OVERRIDE;
|
| + virtual void GetAdditionalWebUISchemes(
|
| + std::vector<std::string>* additional_schemes) OVERRIDE;
|
| virtual net::URLRequestContextGetter* CreateRequestContext(
|
| content::BrowserContext* browser_context,
|
| content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
|
|
|