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

Unified Diff: content/public/browser/content_browser_client.h

Issue 2892953002: Remove the ClearCookies and ClearCache methods from ContentBrowserClient (Closed)
Patch Set: Merge conflict in BUILD.gn -> Rebase Created 3 years, 7 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 | « content/browser/devtools/protocol/network_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index ec24674e6965b27439b3f824f3c2c26f45ca6a6b..2ee58857f0d536fef328db0d3fc458a1f282f66b 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -543,14 +543,6 @@ class CONTENT_EXPORT ContentBrowserClient {
// optionally add their own handlers.
virtual void BrowserURLHandlerCreated(BrowserURLHandler* handler) {}
- // Clears browser cache.
- // TODO(crbug.com/668114): Deprecated. Use BrowsingDataRemover instead.
- virtual void ClearCache(RenderFrameHost* rfh) {}
-
- // Clears browser cookies.
- // TODO(crbug.com/668114): Deprecated. Use BrowsingDataRemover instead.
- virtual void ClearCookies(RenderFrameHost* rfh) {}
-
// Clears |browser_context|'s data stored for the given |origin|.
// The datatypes to be removed are specified by |remove_cookies|,
// |remove_storage|, and |remove_cache|. Note that cookies should be removed
« no previous file with comments | « content/browser/devtools/protocol/network_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698