| 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 09d434fc0fdd89340fc18520c4e1abfeeaab0cfe..d97e68cd69dca8f0b338c70b12892144b72dd17b 100644
|
| --- a/components/browsing_data/core/browsing_data_utils.h
|
| +++ b/components/browsing_data/core/browsing_data_utils.h
|
| @@ -54,9 +54,6 @@ void RecordDeletionForPeriod(TimePeriod time_period);
|
| // Records the UMA action of a change of the clear browsing data time period.
|
| void RecordTimePeriodChange(TimePeriod period);
|
|
|
| -// Records the UMA action and histogram of a data deletion from |tab|.
|
| -void RecordDeletionFromTab(ClearBrowsingDataTab tab);
|
| -
|
| // Constructs the text to be displayed by a counter from the given |result|.
|
| // Currently this can only be used for counters for which the Result is
|
| // defined in components/browsing_data/core/counters.
|
|
|