| Index: storage/browser/quota/quota_manager.h
|
| diff --git a/storage/browser/quota/quota_manager.h b/storage/browser/quota/quota_manager.h
|
| index cd691db9491dbbf0324fc27b43d8f14c8a38e5b5..a1ef11d2a55fbdeb64aa37463f469d6fa92ef775 100644
|
| --- a/storage/browser/quota/quota_manager.h
|
| +++ b/storage/browser/quota/quota_manager.h
|
| @@ -397,6 +397,8 @@ class STORAGE_EXPORT QuotaManager
|
| int64_t unlimited_usage);
|
| void DidGetPersistentGlobalUsageForHistogram(int64_t usage,
|
| int64_t unlimited_usage);
|
| + void DidDumpOriginInfoTableForHistogram(
|
| + const OriginInfoTableEntries& entries);
|
|
|
| std::set<GURL> GetEvictionOriginExceptions(
|
| const std::set<GURL>& extra_exceptions);
|
|
|