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

Unified Diff: content/test/test_render_frame_host.cc

Issue 2797813002: Replicate feature policy container policies. (Closed)
Patch Set: Addressing comments from PS#6 Created 3 years, 8 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/test/test_render_frame_host.cc
diff --git a/content/test/test_render_frame_host.cc b/content/test/test_render_frame_host.cc
index 33b49524410503de8638790de4c456acb44bbcc5..faf7ec1eae7e09545a1b72186810affbd731c505 100644
--- a/content/test/test_render_frame_host.cc
+++ b/content/test/test_render_frame_host.cc
@@ -97,7 +97,7 @@ TestRenderFrameHost* TestRenderFrameHost::AppendChild(
OnCreateChildFrame(GetProcess()->GetNextRoutingID(),
blink::WebTreeScopeType::kDocument, frame_name,
frame_unique_name, blink::WebSandboxFlags::kNone,
- FrameOwnerProperties());
+ ParsedFeaturePolicyHeader(), FrameOwnerProperties());
return static_cast<TestRenderFrameHost*>(
child_creation_observer_.last_created_frame());
}

Powered by Google App Engine
This is Rietveld 408576698