| 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 834824cc812576c21a16ed94de39bdbd44292e50..aeb78de1eb22d11d36f836f47e81ffbeacbd1082 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -237,6 +237,10 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::BrowserURLHandler* handler) OVERRIDE;
|
| virtual void ClearCache(content::RenderViewHost* rvh) OVERRIDE;
|
| virtual void ClearCookies(content::RenderViewHost* rvh) OVERRIDE;
|
| + virtual void DisableNetwork(
|
| + content::RenderViewHost* rvh,
|
| + const std::string& id,
|
| + bool disable_network) OVERRIDE;
|
| virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE;
|
| virtual std::string GetDefaultDownloadName() OVERRIDE;
|
| virtual void DidCreatePpapiPlugin(
|
|
|