Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3407)

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 2785943005: DevTools: Fix Network.clearBrowserCookies (Closed)
Patch Set: undo protocol changes Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f1458e550c47ef6cb1af6401aa7d3b848c4b2ab5..2083cffa59a815a5dcf16271489720dd03038f99 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -223,7 +223,6 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
content::WebPreferences* prefs) override;
void BrowserURLHandlerCreated(content::BrowserURLHandler* handler) override;
void ClearCache(content::RenderFrameHost* rfh) override;
- void ClearCookies(content::RenderFrameHost* rfh) override;
void ClearSiteData(content::BrowserContext* browser_context,
const url::Origin& origin,
bool remove_cookies,
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698