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

Unified Diff: content/browser/quota_dispatcher_host.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
« no previous file with comments | « chrome/browser/chrome_quota_permission_context.cc ('k') | content/browser/quota_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/chrome_quota_permission_context.cc ('k') | content/browser/quota_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698