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

Unified Diff: components/browsing_data/core/counters/autofill_counter.h

Issue 2623033003: Always show counters in the material design Clear Browsing Data dialog. (Closed)
Patch Set: iOS fix #2 Created 3 years, 11 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/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
« no previous file with comments | « chrome/test/data/webui/settings/privacy_page_test.js ('k') | components/browsing_data/core/counters/autofill_counter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698