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

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

Issue 2671743002: Separate state of basic and advanced tab in CBD dialog (Closed)
Patch Set: remove mock code 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 01120ac8a213179b485bbbab49602f540bf2868f..78d9a0301b6fa60b4900de0abb311652768797d0 100644
--- a/ios/chrome/app/main_controller.mm
+++ b/ios/chrome/app/main_controller.mm
@@ -2614,7 +2614,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];
}

Powered by Google App Engine
This is Rietveld 408576698