| Index: content/shell/browser/shell.cc
|
| diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
|
| index 9d74a1cd680b3eb69c892228f66de0e4c4294ac1..081c0f68c497951f08a03e566e58a2f13e2d0b29 100644
|
| --- a/content/shell/browser/shell.cc
|
| +++ b/content/shell/browser/shell.cc
|
| @@ -328,6 +328,8 @@ WebContents* Shell::OpenURLFromTab(WebContents* source,
|
| Shell* new_window =
|
| Shell::CreateNewWindow(source->GetBrowserContext(),
|
| GURL(), // Don't load anything just yet.
|
| + // TODO(lukasza): Pass nullptr below for
|
| + // consistency with //chrome layer.
|
| params.source_site_instance,
|
| gfx::Size()); // Use default size.
|
| target = new_window->web_contents();
|
|
|