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

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

Issue 2299543003: Remove old clear browsing data methods on iOS (Closed)
Patch Set: Created 4 years, 4 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 | ios/chrome/browser/browsing_data/browsing_data_remover_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browsing_data/browsing_data_remover_helper.h
diff --git a/ios/chrome/browser/browsing_data/browsing_data_remover_helper.h b/ios/chrome/browser/browsing_data/browsing_data_remover_helper.h
index 9821dbfed4b4e3a137b16e96cf7b352fbeec663b..3ce631c7ac335db2972264bdf6fcabc217df3baf 100644
--- a/ios/chrome/browser/browsing_data/browsing_data_remover_helper.h
+++ b/ios/chrome/browser/browsing_data/browsing_data_remover_helper.h
@@ -35,12 +35,6 @@ class BrowsingDataRemoverHelper
browsing_data::TimePeriod time_period,
const base::Closure& callback);
- // DEPRECATED: Same as above, but setting the |time_period| to ALL_TIME.
- // TODO(ioanap): Remove after all call sites are changed.
- void Remove(ios::ChromeBrowserState* browser_state,
- int remove_mask,
- const base::Closure& callback);
-
private:
// Encapsulates the information that is needed to remove browsing data from
// a ChromeBrowserState.
« no previous file with comments | « no previous file | ios/chrome/browser/browsing_data/browsing_data_remover_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698