| 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..d7c15719312f9bd2881b4c039c6a0f3f2060d093 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 StorageQuotaParams;
|
|
|
| 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 StorageQuotaParams& params);
|
|
|
| // The ID of this process.
|
| int process_id_;
|
|
|