Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.cc |
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
| index 57ed3e75fd96487b72b2d9d8ce53688eacb8468a..ff001ce0549f3f262ed6ec28911e97461eea0fa2 100644 |
| --- a/content/browser/web_contents/web_contents_impl.cc |
| +++ b/content/browser/web_contents/web_contents_impl.cc |
| @@ -1513,7 +1513,7 @@ void WebContentsImpl::CreateNewWindow( |
| create_params.initial_size = GetContainerBounds().size(); |
| new_contents = static_cast<WebContentsImpl*>( |
| WebContents::Create(create_params)); |
| - } else { |
| + } else { |
|
not at google - send to devlin
2014/08/14 23:14:37
you might want to undo this, so that you don't nee
ericzeng
2014/08/15 20:08:23
ugh
|
| new_contents = GetBrowserPluginGuest()->CreateNewGuestWindow(create_params); |
| } |
| new_contents->GetController().SetSessionStorageNamespace( |