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

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

Issue 2626223002: Show the exact cache size for time ranges if supported (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/browser/browsing_data/cache_counter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 76902247d6e0bef433d7f037d2c9f7a2fd888be2..3b4d4d28ce945e51c28602e1a8fbfd563ca7c948 100644
--- a/chrome/browser/browsing_data/cache_counter.h
+++ b/chrome/browser/browsing_data/cache_counter.h
@@ -42,7 +42,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>);
« no previous file with comments | « no previous file | chrome/browser/browsing_data/cache_counter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698