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

Unified Diff: content/test/test_render_frame_host.cc

Issue 2797813002: Replicate feature policy container policies. (Closed)
Patch Set: Cleanup, reponding to review comments 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 5159d4b503509b4d5fd8661f9d520fffbbbb7194..8d74171db62826a2617c237fbda84ca97b1f2765 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::Document, frame_name,
frame_unique_name, blink::WebSandboxFlags::None,
- FrameOwnerProperties());
+ ParsedFeaturePolicyHeader(), FrameOwnerProperties());
return static_cast<TestRenderFrameHost*>(
child_creation_observer_.last_created_frame());
}

Powered by Google App Engine
This is Rietveld 408576698