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

Unified Diff: chrome/browser/browsing_data/cache_counter.h

Issue 2626223002: Show the exact cache size for time ranges if supported (Closed)
Patch Set: fix chromeos build 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..24a97f3c350a18058ed36751452188856c022ff0 100644
--- a/chrome/browser/browsing_data/cache_counter.h
+++ b/chrome/browser/browsing_data/cache_counter.h
@@ -46,7 +46,7 @@ class CacheCounter : public browsing_data::BrowsingDataCounter {
private:
void Count() override;
- void OnCacheSizeCalculated(bool is_upper_limit, int64_t bytes);
+ void OnCacheSizeCalculated(int64_t bytes, bool is_upper_limit);
void FetchEstimate(
base::WeakPtr<browsing_data::ConditionalCacheCountingHelper>);

Powered by Google App Engine
This is Rietveld 408576698