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

Unified Diff: third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp

Issue 2955573003: Set frame policy correctly in newly created renderer proxies (Closed)
Patch Set: Fix container policy replication bug in provisional frames Created 3 years, 6 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: third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp b/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
index cff1c7fab79b95e0a60630880f918588a6649578..099e7c2a1b9dcbfcc9f960ec4b4256d50e28acac 100644
--- a/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
@@ -175,7 +175,7 @@ WebLocalFrameBase* CreateProvisional(WebRemoteFrame& old_frame,
WebLocalFrameBase* frame =
ToWebLocalFrameBase(WebLocalFrame::CreateProvisional(
client, client->GetInterfaceProviderForTesting(), nullptr, &old_frame,
- WebSandboxFlags::kNone));
+ WebSandboxFlags::kNone, WebParsedFeaturePolicy()));
client->Bind(frame, std::move(owned_client));
// Create a local root, if necessary.
std::unique_ptr<TestWebWidgetClient> owned_widget_client;
« no previous file with comments | « third_party/WebKit/LayoutTests/FlagExpectations/site-per-process ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698