Index: content/browser/renderer_host/quota_dispatcher_host.h |
diff --git a/content/browser/renderer_host/quota_dispatcher_host.h b/content/browser/renderer_host/quota_dispatcher_host.h |
index 1e64fce70d13e38c25f57af28df2a66cef5a1f08..b82bd533c19a4ad8b26c0bf231e83249792f9270 100644 |
--- a/content/browser/renderer_host/quota_dispatcher_host.h |
+++ b/content/browser/renderer_host/quota_dispatcher_host.h |
@@ -42,6 +42,7 @@ class QuotaDispatcherHost : public BrowserMessageFilter { |
class RequestQuotaDispatcher; |
void OnQueryStorageUsageAndQuota( |
+ int ipc_thread_id, |
int request_id, |
const GURL& origin_url, |
quota::StorageType type); |