| Index: content/shell/shell.cc
|
| diff --git a/content/shell/shell.cc b/content/shell/shell.cc
|
| index 7fe9722c1a60c1f3a48edadf3c4fe86e317411d3..ea0ce4d7f5f62e19c6a916a6cb2af2a6fe753df5 100644
|
| --- a/content/shell/shell.cc
|
| +++ b/content/shell/shell.cc
|
| @@ -115,8 +115,7 @@ Shell* Shell::CreateNewWindow(BrowserContext* browser_context,
|
| browser_context,
|
| site_instance,
|
| routing_id,
|
| - base_web_contents,
|
| - NULL);
|
| + base_web_contents);
|
| Shell* shell = CreateShell(web_contents);
|
| if (!url.is_empty())
|
| shell->LoadURL(url);
|
|
|