Index: content/browser/quota_dispatcher_host.h |
diff --git a/content/browser/quota_dispatcher_host.h b/content/browser/quota_dispatcher_host.h |
index f8d24463b37afcf30ec6810b626cca7706a22bfd..e2e61dfb2ace5a64668d139955b8e892840f6419 100644 |
--- a/content/browser/quota_dispatcher_host.h |
+++ b/content/browser/quota_dispatcher_host.h |
@@ -22,6 +22,7 @@ class QuotaManager; |
namespace content { |
class QuotaPermissionContext; |
+struct RequestStorageQuotaParams; |
class QuotaDispatcherHost : public BrowserMessageFilter { |
public: |
@@ -45,12 +46,7 @@ class QuotaDispatcherHost : public BrowserMessageFilter { |
int request_id, |
const GURL& origin_url, |
quota::StorageType type); |
- void OnRequestStorageQuota( |
- int render_view_id, |
- int request_id, |
- const GURL& origin_url, |
- quota::StorageType type, |
- uint64 requested_size); |
+ void OnRequestStorageQuota(const RequestStorageQuotaParams& params); |
// The ID of this process. |
int process_id_; |