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

Unified Diff: webkit/browser/quota/quota_manager.h

Issue 23240002: Backend for DevTools quota managements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged Created 7 years, 4 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: webkit/browser/quota/quota_manager.h
diff --git a/webkit/browser/quota/quota_manager.h b/webkit/browser/quota/quota_manager.h
index e607ff24e7e3688b25bd8a4adbffdd5b9804706f..1b5e76afae928148cd37acbd8694a3a33fb0b4b4 100644
--- a/webkit/browser/quota/quota_manager.h
+++ b/webkit/browser/quota/quota_manager.h
@@ -204,6 +204,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT QuotaManager
void GetGlobalUsage(StorageType type, const GlobalUsageCallback& callback);
void GetHostUsage(const std::string& host, StorageType type,
const UsageCallback& callback);
+ void GetHostUsage(const std::string& host, StorageType type,
+ QuotaClient::ID client_id, const UsageCallback& callback);
void GetStatistics(std::map<std::string, std::string>* statistics);

Powered by Google App Engine
This is Rietveld 408576698