Index: android_webview/browser/aw_quota_permission_context.cc |
diff --git a/android_webview/browser/aw_quota_permission_context.cc b/android_webview/browser/aw_quota_permission_context.cc |
index 544edbc7329319de01c80214e5d5bc6f548e4535..a927094da5bcb3f8df1771c5afcffb516b9b1add 100644 |
--- a/android_webview/browser/aw_quota_permission_context.cc |
+++ b/android_webview/browser/aw_quota_permission_context.cc |
@@ -17,11 +17,8 @@ AwQuotaPermissionContext::~AwQuotaPermissionContext() { |
} |
void AwQuotaPermissionContext::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) { |
// Android WebView only uses quota::kStorageTypeTemporary type of storage |
// with quota managed automatically, not through this interface. Therefore |