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

Unified Diff: chrome/browser/browsing_data/cache_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: chrome/browser/browsing_data/cache_counter.h
diff --git a/chrome/browser/browsing_data/cache_counter.h b/chrome/browser/browsing_data/cache_counter.h
index 04248e4f94eee53c27a48a42a169f14f91b152b9..76902247d6e0bef433d7f037d2c9f7a2fd888be2 100644
--- a/chrome/browser/browsing_data/cache_counter.h
+++ b/chrome/browser/browsing_data/cache_counter.h
@@ -40,10 +40,6 @@ class CacheCounter : public browsing_data::BrowsingDataCounter {
const char* GetPrefName() const override;
- // Whether this counter awaits the calculation result callback.
- // Used only for testing.
- bool Pending();
-
private:
void Count() override;
void OnCacheSizeCalculated(bool is_upper_limit, int64_t bytes);
« no previous file with comments | « chrome/browser/browsing_data/autofill_counter_browsertest.cc ('k') | chrome/browser/browsing_data/cache_counter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698