Chromium Code Reviews| 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..c7e8fbdd5196e5a3d304724f311ad1469ecae254 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( |
|
pfeldman
2014/04/23 13:00:28
RequestDisableNetwork(content::RenderViewHost* req
eustas
2014/04/29 08:14:42
Removed.
|
| + content::RenderViewHost* rvh, |
| + const std::string& client_id, |
| + bool disable_network) OVERRIDE; |
| virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE; |
| virtual std::string GetDefaultDownloadName() OVERRIDE; |
| virtual void DidCreatePpapiPlugin( |