| 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 f1030a516ab80547c9c3896c76790494522c1efa..3eb833ed2e43d77403acf8685ebe443b95c989fc 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -77,6 +77,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const GURL& url) OVERRIDE;
|
| virtual void GetAdditionalWebUISchemes(
|
| std::vector<std::string>* additional_schemes) OVERRIDE;
|
| + virtual void GetAdditionalSchemesForViewSource(
|
| + std::vector<std::string>* additional_schemes) OVERRIDE;
|
| virtual net::URLRequestContextGetter* CreateRequestContext(
|
| content::BrowserContext* browser_context,
|
| content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
|
|
|