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

Unified Diff: content/common/quota_messages.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/child/quota_dispatcher.cc ('k') | content/public/common/storage_quota_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/quota_messages.h
diff --git a/content/common/quota_messages.h b/content/common/quota_messages.h
index ae0ded4837bec7c1dffc8e226d68952f45a2f7dc..39006e1b6ee3c1a1d0b3f2ac87b547b2602a833e 100644
--- a/content/common/quota_messages.h
+++ b/content/common/quota_messages.h
@@ -17,7 +17,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(storage::StorageType, storage::kStorageTypeLast)
IPC_ENUM_TRAITS_MAX_VALUE(storage::QuotaStatusCode, storage::kQuotaStatusLast)
IPC_STRUCT_TRAITS_BEGIN(content::StorageQuotaParams)
- IPC_STRUCT_TRAITS_MEMBER(render_view_id)
+ IPC_STRUCT_TRAITS_MEMBER(render_frame_id)
IPC_STRUCT_TRAITS_MEMBER(request_id)
IPC_STRUCT_TRAITS_MEMBER(origin_url)
IPC_STRUCT_TRAITS_MEMBER(storage_type)
« no previous file with comments | « content/child/quota_dispatcher.cc ('k') | content/public/common/storage_quota_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698