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

Unified Diff: components/browsing_data/core/browsing_data_utils.h

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: components/browsing_data/core/browsing_data_utils.h
diff --git a/components/browsing_data/core/browsing_data_utils.h b/components/browsing_data/core/browsing_data_utils.h
index 97cc7b1273ece43739b2b3d36a1f5c9fbe0711ea..088144b6c7f181c7af7023b615c1bf01189202be 100644
--- a/components/browsing_data/core/browsing_data_utils.h
+++ b/components/browsing_data/core/browsing_data_utils.h
@@ -54,7 +54,8 @@ void RecordDeletionForPeriod(TimePeriod time_period);
// Currently this can only be used for counters for which the Result is defined
// in components/browsing_data/core/counters.
base::string16 GetCounterTextFromResult(
- const BrowsingDataCounter::Result* result);
+ const BrowsingDataCounter::Result* result,
+ ClearBrowsingDataTab cbd_tab);
msramek 2017/03/15 10:23:35 Ditto.
// Returns the preference that stores the time period.
const char* GetTimePeriodPreferenceName(

Powered by Google App Engine
This is Rietveld 408576698