| 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 9432b5ecdddf98d2d15806cdce55e8b1a9882acb..0dee197b702b47014043e88fed43041fc7fed941 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -238,6 +238,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(
|
|
|