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

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: 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: content/browser/quota_dispatcher_host.h
diff --git a/content/browser/quota_dispatcher_host.h b/content/browser/quota_dispatcher_host.h
index f8d24463b37afcf30ec6810b626cca7706a22bfd..e2e61dfb2ace5a64668d139955b8e892840f6419 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 RequestStorageQuotaParams;
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 RequestStorageQuotaParams& params);
// The ID of this process.
int process_id_;

Powered by Google App Engine
This is Rietveld 408576698