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

Unified Diff: content/browser/quota/mock_quota_manager.h

Issue 1403673002: Add Quota.TimeSinceOriginEvicted UMA histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix histogram comment Created 5 years, 2 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: content/browser/quota/mock_quota_manager.h
diff --git a/content/browser/quota/mock_quota_manager.h b/content/browser/quota/mock_quota_manager.h
index a6bba10e985c4a474d0b3c98e978b0b66e8309be..54aefe00e788bd761bb8523359f25b70bd5fc3b7 100644
--- a/content/browser/quota/mock_quota_manager.h
+++ b/content/browser/quota/mock_quota_manager.h
@@ -71,6 +71,7 @@ class MockQuotaManager : public QuotaManager {
void DeleteOriginData(const GURL& origin,
StorageType type,
int quota_client_mask,
+ bool is_eviction,
const StatusCallback& callback) override;
// Helper method for updating internal quota info.
« no previous file with comments | « no previous file | content/browser/quota/mock_quota_manager.cc » ('j') | content/browser/quota/quota_database_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698