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

Unified Diff: webkit/quota/usage_tracker.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 | « webkit/quota/quota_types.h ('k') | webkit/quota/usage_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/usage_tracker.h
diff --git a/webkit/quota/usage_tracker.h b/webkit/quota/usage_tracker.h
index 5f88de8ba09c655d1c7f9b80377da9ea0b034d55..c159deb6d0b958647c0513500e40d6fce9c534e2 100644
--- a/webkit/quota/usage_tracker.h
+++ b/webkit/quota/usage_tracker.h
@@ -63,10 +63,9 @@ class WEBKIT_STORAGE_EXPORT UsageTracker : public QuotaTaskObserver {
typedef std::map<QuotaClient::ID, ClientUsageTracker*> ClientTrackerMap;
friend class ClientUsageTracker;
- void DidGetClientGlobalUsage(StorageType type, int64 usage,
+ void DidGetClientGlobalUsage(int64 usage,
int64 unlimited_usage);
void DidGetClientHostUsage(const std::string& host,
- StorageType type,
int64 usage);
const StorageType type_;
« no previous file with comments | « webkit/quota/quota_types.h ('k') | webkit/quota/usage_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698