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

Unified Diff: ios/chrome/app/main_controller.mm

Issue 2671743002: Separate state of basic and advanced tab in CBD dialog (Closed)
Patch Set: rebase and fix compilation Created 3 years, 10 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/app/main_controller.mm
diff --git a/ios/chrome/app/main_controller.mm b/ios/chrome/app/main_controller.mm
index eb72f383a4c8cd4cf6d47eb066f415424af77530..86e67ba58b16b6633835ad0a6240be1d6d989e03 100644
--- a/ios/chrome/app/main_controller.mm
+++ b/ios/chrome/app/main_controller.mm
@@ -2613,7 +2613,7 @@ enum class StackViewDismissalMode { NONE, NORMAL, INCOGNITO };
callbackCounter->IncrementCount();
[self removeBrowsingDataFromBrowserState:_mainBrowserState
mask:removeAllMask
- timePeriod:browsing_data::ALL_TIME
+ timePeriod:browsing_data::TimePeriod::ALL_TIME
completionHandler:decrementCallbackCounterCount];
}
« no previous file with comments | « components/browsing_data/core/pref_names.cc ('k') | ios/chrome/browser/browsing_data/browsing_data_counter_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698