| Index: content/child/request_extra_data.cc
|
| diff --git a/content/child/request_extra_data.cc b/content/child/request_extra_data.cc
|
| index 1a9449f78089a21fc0fe43b2ef2227c6e55e74aa..f926f380b843c52735e64c5d069bce2cb7101d5a 100644
|
| --- a/content/child/request_extra_data.cc
|
| +++ b/content/child/request_extra_data.cc
|
| @@ -14,7 +14,7 @@ namespace content {
|
| RequestExtraData::RequestExtraData()
|
| : visibility_state_(blink::WebPageVisibilityStateVisible),
|
| render_frame_id_(MSG_ROUTING_NONE),
|
| - is_main_frame_(true),
|
| + is_main_frame_(false),
|
| parent_is_main_frame_(false),
|
| parent_render_frame_id_(-1),
|
| allow_download_(true),
|
|
|