summaryrefslogtreecommitdiffstats
path: root/storage/browser/quota/quota_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/browser/quota/quota_manager.h')
-rw-r--r--storage/browser/quota/quota_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/browser/quota/quota_manager.h b/storage/browser/quota/quota_manager.h
index bacf80b..2f9f16f 100644
--- a/storage/browser/quota/quota_manager.h
+++ b/storage/browser/quota/quota_manager.h
@@ -277,6 +277,8 @@ class STORAGE_EXPORT QuotaManager
static const int kEvictionIntervalInMilliSeconds;
static const char kTimeBetweenRepeatedOriginEvictionsHistogram[];
+ static const char kEvictedOriginAccessedCountHistogram[];
+ static const char kEvictedOriginTimeSinceAccessHistogram[];
// These are kept non-const so that test code can change the value.
// TODO(kinuko): Make this a real const value and add a proper way to set