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

Unified Diff: ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm

Issue 2730703003: Change CBD layout and texts (Closed)
Patch Set: try fix tests Created 3 years, 9 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/ui/settings/clear_browsing_data_collection_view_controller.mm
diff --git a/ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm b/ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm
index 33feb18a8d8189391991e5c79f29fb1efd55f625..e9fefef993358c41169fd66b25f309343d374c45 100644
--- a/ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm
+++ b/ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm
@@ -813,8 +813,8 @@ const int kMaxTimesHistoryNoticeShown = 1;
}
return l10n_util::GetNSString(IDS_DEL_CACHE_COUNTER_ALMOST_EMPTY);
}
- return base::SysUTF16ToNSString(
- browsing_data::GetCounterTextFromResult(&result));
+ return base::SysUTF16ToNSString(browsing_data::GetCounterTextFromResult(
+ &result, browsing_data::ClearBrowsingDataTab::ADVANCED));
}
#pragma mark MDCCollectionViewStylingDelegate
« components/browsing_data/core/browsing_data_utils.cc ('K') | « components/browsing_data_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698