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

Unified Diff: content/shell/browser/shell_quota_permission_context.h

Issue 185793004: [Quota] Pass user gesture state with quota request message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change name, file 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: 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..3a93e4ca906f6435333d0a457b08186d818ba9f9 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 StorageQuotaParams& params,
int render_process_id,
- int render_view_id,
const PermissionCallback& callback) OVERRIDE;
private:
« no previous file with comments | « content/public/common/storage_quota_params.h ('k') | content/shell/browser/shell_quota_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698