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

Unified Diff: ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h

Issue 1844243002: [CookieStore] Upgrading host-based deleting to predicate-based deleting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed url-based deletion on ios Created 4 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: ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
diff --git a/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h b/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
index 0d5d9a3da6e42b0410209699dabed5b736fe8128..12de3a5bbf95b7191092e4f0135a8f7e131b3e73 100644
--- a/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
+++ b/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
@@ -170,7 +170,7 @@ class IOSChromeBrowsingDataRemover {
// TODO(mkwst): The current implementation relies on unique (empty) origins to
// signal removal of all origins. Reconsider this behavior if/when we build
// a "forget this site" feature.
- void RemoveImpl(int remove_mask, const GURL& remove_url);
+ void RemoveImpl(int remove_mask);
// Notifies observers and deletes this object.
void NotifyAndDelete();

Powered by Google App Engine
This is Rietveld 408576698