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); |