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..df8347e4293b81dc6b64d63d19024931aea3290d 100644 |
--- a/webkit/browser/quota/quota_manager.h |
+++ b/webkit/browser/quota/quota_manager.h |
@@ -204,6 +204,11 @@ 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); |
+ |
+ bool IsTrackingHostUsage(StorageType type, QuotaClient::ID client_id) const; |
void GetStatistics(std::map<std::string, std::string>* statistics); |