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

Unified Diff: webkit/quota/quota_manager.h

Issue 15695003: [Quota][Clean up] Drop StorageType in GlobalUsageCallback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: testfix Created 7 years, 7 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 | « chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc ('k') | webkit/quota/quota_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/quota_manager.h
diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h
index df8cf2a134147894fe7c883ee8ef4679ad3c706b..e1a7801959e9c8f8e26e17053063ec3701403eb2 100644
--- a/webkit/quota/quota_manager.h
+++ b/webkit/quota/quota_manager.h
@@ -327,11 +327,9 @@ class WEBKIT_STORAGE_EXPORT QuotaManager
void DidOriginDataEvicted(QuotaStatusCode status);
void ReportHistogram();
- void DidGetTemporaryGlobalUsageForHistogram(StorageType type,
- int64 usage,
+ void DidGetTemporaryGlobalUsageForHistogram(int64 usage,
int64 unlimited_usage);
- void DidGetPersistentGlobalUsageForHistogram(StorageType type,
- int64 usage,
+ void DidGetPersistentGlobalUsageForHistogram(int64 usage,
int64 unlimited_usage);
// QuotaEvictionHandler.
« no previous file with comments | « chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc ('k') | webkit/quota/quota_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698