Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3605)

Unified Diff: chrome/browser/ui/startup/startup_browser_creator.cc

Issue 12077055: Made launcher hidden when kicking off chrome in app mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698