| Index: content/browser/frame_host/navigation_request_info.cc
|
| diff --git a/content/browser/frame_host/navigation_request_info.cc b/content/browser/frame_host/navigation_request_info.cc
|
| index 9328e743dd4f9b5ac9ff6b47ff0f8e51ebb8d592..91568ad36df55e3f0f963a2fafbbd7f70167c88b 100644
|
| --- a/content/browser/frame_host/navigation_request_info.cc
|
| +++ b/content/browser/frame_host/navigation_request_info.cc
|
| @@ -12,8 +12,7 @@ NavigationRequestInfo::NavigationRequestInfo(
|
| const FrameHostMsg_BeginNavigation_Params& params)
|
| : navigation_params(params),
|
| is_main_frame(true),
|
| - parent_is_main_frame(false),
|
| - is_showing(true) {
|
| + parent_is_main_frame(false) {
|
| }
|
|
|
| } // namespace content
|
|
|