| 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 3415e46780ea6f1145fe1968a2f107a6f842be5c..e05d568690767376fe5ac02c1d7c1e265c66e96c 100644
|
| --- a/content/browser/frame_host/frame_tree.cc
|
| +++ b/content/browser/frame_host/frame_tree.cc
|
| @@ -186,9 +186,7 @@ void FrameTree::CreateProxiesForSiteInstance(
|
| if (!render_view_host) {
|
| root()->render_manager()->CreateRenderFrame(site_instance,
|
| MSG_ROUTING_NONE,
|
| - true,
|
| - false,
|
| - true);
|
| + SWAPPED_OUT | HIDDEN);
|
| }
|
| }
|
|
|
|
|