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

Unified Diff: content/common/frame_messages.h

Issue 2636843003: Move most Feature Policy code into content/ (Closed)
Patch Set: Addressing review comments Created 3 years, 11 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 | « content/common/feature_policy/feature_policy_unittest.cc ('k') | content/common/frame_replication_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index c2d8c476b3220d512d45051c82d7c9e6019f13f5..7ebb8c69cc97fa92bad19de4be204be5b640d4f7 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -393,7 +393,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams)
#endif
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(content::FeaturePolicyParsedWhitelist)
+IPC_STRUCT_TRAITS_BEGIN(content::FeaturePolicyParsedDeclaration)
IPC_STRUCT_TRAITS_MEMBER(feature_name)
IPC_STRUCT_TRAITS_MEMBER(matches_all_origins)
IPC_STRUCT_TRAITS_MEMBER(origins)
@@ -1019,7 +1019,7 @@ IPC_MESSAGE_ROUTED2(FrameHostMsg_DidChangeName,
// delivered with the document being loaded into the frame. |parsed_header| is
// a list of an origin whitelist for each feature in the policy.
IPC_MESSAGE_ROUTED1(FrameHostMsg_DidSetFeaturePolicyHeader,
- content::ParsedFeaturePolicy /* parsed_header */)
+ content::FeaturePolicyHeader /* parsed_header */)
// Notifies the browser process about a new Content Security Policy that needs
// to be applies to the frame. This message is sent when a frame commits
« no previous file with comments | « content/common/feature_policy/feature_policy_unittest.cc ('k') | content/common/frame_replication_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698