Chromium Code Reviews| Index: chrome/browser/ui/startup/startup_browser_creator.cc |
| diff --git a/chrome/browser/ui/startup/startup_browser_creator.cc b/chrome/browser/ui/startup/startup_browser_creator.cc |
| index 2b715b80453ef6671771570dd3fa1f5f308b1654..2894962814d9c7f74aff3eaff301e1da2f4c8a86 100644 |
| --- a/chrome/browser/ui/startup/startup_browser_creator.cc |
| +++ b/chrome/browser/ui/startup/startup_browser_creator.cc |
| @@ -571,7 +571,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( |
| helper.InstallFromWebstore(command_line, last_used_profile); |
| // Nothing more needs to be done, so return false to stop launching and |
| // quit. |
| - return false; |
| + // return false; |
|
sky
2013/01/31 01:08:17
Fix this. Either remove if (if not needed), or rem
zel
2013/01/31 01:19:44
whoops! this wasn't suppose to be here at all. rev
|
| } |
| #if defined(OS_CHROMEOS) |