| Index: content/shell/shell_browser_main_parts.cc
|
| ===================================================================
|
| --- content/shell/shell_browser_main_parts.cc (revision 148518)
|
| +++ content/shell/shell_browser_main_parts.cc (working copy)
|
| @@ -30,7 +30,7 @@
|
| static GURL GetStartupURL() {
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| if (command_line->HasSwitch(switches::kContentBrowserTest))
|
| - return GURL(chrome::kAboutBlankURL);
|
| + return GURL();
|
| const CommandLine::StringVector& args = command_line->GetArgs();
|
| if (args.empty())
|
| return GURL("http://www.google.com/");
|
|
|