Chromium Code Reviews| 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..c851864cea6be81c94046505264a021a0047b346 100644 |
| --- a/webkit/browser/quota/quota_manager.h |
| +++ b/webkit/browser/quota/quota_manager.h |
| @@ -204,6 +204,10 @@ 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); |
|
kinuko
2013/09/23 21:41:05
style-nit: please break lines after 'client_id,' (
SeRya
2013/09/24 09:55:15
Done.
|
| + |
| + bool IsTrackingHostUsage(StorageType type, QuotaClient::ID client_id) const; |
| void GetStatistics(std::map<std::string, std::string>* statistics); |