Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2776)

Unified Diff: android_webview/browser/aw_quota_permission_context.cc

Issue 185793004: [Quota] Pass user gesture state with quota request message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove quota_types.cc Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698