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

Unified Diff: content/public/common/storage_quota_params.h

Issue 2558673003: Move RequestQuotaPermission from RenderView to RenderFrame. (Closed)
Patch Set: Created 4 years 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 | « content/common/quota_messages.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/storage_quota_params.h
diff --git a/content/public/common/storage_quota_params.h b/content/public/common/storage_quota_params.h
index f76c44e611512cd89e5759f33e6c1720b546efc6..173b9aedc160e4d492ae98c88534004002afdbbb 100644
--- a/content/public/common/storage_quota_params.h
+++ b/content/public/common/storage_quota_params.h
@@ -18,13 +18,13 @@ namespace content {
// RequestStorageQuota call.
struct CONTENT_EXPORT StorageQuotaParams {
StorageQuotaParams()
- : render_view_id(MSG_ROUTING_NONE),
+ : render_frame_id(MSG_ROUTING_NONE),
request_id(-1),
storage_type(storage::kStorageTypeTemporary),
requested_size(0),
user_gesture(false) {}
- int render_view_id;
+ int render_frame_id;
int request_id;
GURL origin_url;
storage::StorageType storage_type;
« no previous file with comments | « content/common/quota_messages.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698