| Index: content/browser/frame_host/frame_tree.cc
|
| diff --git a/content/browser/frame_host/frame_tree.cc b/content/browser/frame_host/frame_tree.cc
|
| index ad2141e02e9f6db1515389a57ca27d76f7ce0a25..77f099561a73c765372c440c8625508951772d10 100644
|
| --- a/content/browser/frame_host/frame_tree.cc
|
| +++ b/content/browser/frame_host/frame_tree.cc
|
| @@ -207,7 +207,7 @@ void FrameTree::CreateProxiesForSiteInstance(
|
| if (!render_view_host) {
|
| root()->render_manager()->CreateRenderFrame(
|
| site_instance, MSG_ROUTING_NONE,
|
| - CREATE_RF_SWAPPED_OUT | CREATE_RF_HIDDEN);
|
| + CREATE_RF_SWAPPED_OUT | CREATE_RF_HIDDEN, nullptr, nullptr);
|
| }
|
| }
|
|
|
|
|