| Index: chrome/browser/browsing_data/browsing_data_counter_utils.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_counter_utils.h b/chrome/browser/browsing_data/browsing_data_counter_utils.h
|
| index 4d68d35215f4cc31227c8d4af3ab048646e4678d..71dcfb09462830c96fe5cb6d940932402b7c0658 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_counter_utils.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_counter_utils.h
|
| @@ -18,10 +18,4 @@ bool AreCountersEnabled();
|
| base::string16 GetChromeCounterTextFromResult(
|
| const browsing_data::BrowsingDataCounter::Result* result);
|
|
|
| -// Copies the name of the deletion preference corresponding to the given
|
| -// |data_type| to |out_pref|. Returns false if no such preference exists.
|
| -bool GetDeletionPreferenceFromDataType(
|
| - browsing_data::BrowsingDataType data_type,
|
| - std::string* out_pref);
|
| -
|
| #endif // CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_COUNTER_UTILS_H_
|
|
|