Chromium Code Reviews| 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( |