| Index: components/browsing_data/core/counters/autofill_counter.h
|
| diff --git a/components/browsing_data/core/counters/autofill_counter.h b/components/browsing_data/core/counters/autofill_counter.h
|
| index ee9f98605d9a3f2adcad322b97958bc440eda0d5..b732b1cbd9d479fd040a46135fdb4dd3db28a339 100644
|
| --- a/components/browsing_data/core/counters/autofill_counter.h
|
| +++ b/components/browsing_data/core/counters/autofill_counter.h
|
| @@ -46,11 +46,6 @@ class AutofillCounter : public browsing_data::BrowsingDataCounter,
|
| // BrowsingDataCounter implementation.
|
| void OnInitialized() override;
|
|
|
| - // Whether the counting is in progress.
|
| - bool HasPendingQuery() {
|
| - return suggestions_query_ || credit_cards_query_ || addresses_query_;
|
| - }
|
| -
|
| const char* GetPrefName() const override;
|
|
|
| // Set the beginning of the time period for testing. AutofillTable does not
|
|
|