| Index: content/shell/browser/shell_quota_permission_context.h
|
| diff --git a/content/shell/browser/shell_quota_permission_context.h b/content/shell/browser/shell_quota_permission_context.h
|
| index 381338dcfe8dfa405e2f9e79952db1da9faaa339..1b98a434422210efd126a3ec4db5e0112dc571d1 100644
|
| --- a/content/shell/browser/shell_quota_permission_context.h
|
| +++ b/content/shell/browser/shell_quota_permission_context.h
|
| @@ -16,11 +16,8 @@ class ShellQuotaPermissionContext : public QuotaPermissionContext {
|
|
|
| // The callback will be dispatched on the IO thread.
|
| virtual void RequestQuotaPermission(
|
| - const GURL& origin_url,
|
| - quota::StorageType type,
|
| - int64 new_quota,
|
| + const quota::RequestStorageQuotaParams& params,
|
| int render_process_id,
|
| - int render_view_id,
|
| const PermissionCallback& callback) OVERRIDE;
|
|
|
| private:
|
|
|