| Index: content/public/browser/web_contents.cc
|
| diff --git a/content/public/browser/web_contents.cc b/content/public/browser/web_contents.cc
|
| index ef1ab686b9b3ef3bba8a1e92b666b732b6ebdfb6..d8547679ba11efce384b0ec65d59c7a308b27def 100644
|
| --- a/content/public/browser/web_contents.cc
|
| +++ b/content/public/browser/web_contents.cc
|
| @@ -14,6 +14,7 @@ WebContents::CreateParams::CreateParams(BrowserContext* context)
|
| opener(NULL),
|
| routing_id(MSG_ROUTING_NONE),
|
| main_frame_routing_id(MSG_ROUTING_NONE),
|
| + initially_hidden(false),
|
| context(NULL) {}
|
|
|
| WebContents::CreateParams::CreateParams(
|
| @@ -23,6 +24,7 @@ WebContents::CreateParams::CreateParams(
|
| opener(NULL),
|
| routing_id(MSG_ROUTING_NONE),
|
| main_frame_routing_id(MSG_ROUTING_NONE),
|
| + initially_hidden(false),
|
| context(NULL) {}
|
|
|
| } // namespace content
|
|
|