| 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 da26283b2ea67cc5f1e69d7641680e280c0a3837..bb226df947767809bda81626e0bd4d8ed467a99f 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -243,6 +243,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(
|
|
|