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

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

Issue 2827523003: Move BrowsingDataRemover to content/ (Closed)
Patch Set: Rebase over codereview.chromium.org/2815913005 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
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 0cfdf64fd5af4962c83b38ad7f82382546ce58b7..080a98d6fb1fc04a1ec478412511a7600cdaab88 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -540,15 +540,18 @@ class CONTENT_EXPORT ContentBrowserClient {
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
// for the entire eTLD+1 of |origin|. Must call |callback| when finished.
+ // TODO(crbug.com/668114): Depreacated. Use BrowsingDataRemover instead.
virtual void ClearSiteData(content::BrowserContext* browser_context,
const url::Origin& origin,
bool remove_cookies,
« no previous file with comments | « content/public/browser/browsing_data_remover_delegate.h ('k') | content/public/test/browsing_data_remover_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698