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

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

Issue 412043003: Make --install-chrome-app use extensions::WebstoreInstallWithPrompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Keep install_chrome_app Created 6 years, 5 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_impl.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
index 794dcb164e8b5f935081cb567078d8df9e12cb91..cc89d3756779b9872c084533b707c5cceb41c80c 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
@@ -24,7 +24,6 @@
#include "base/strings/string_split.h"
#include "base/strings/utf_string_conversions.h"
#include "base/threading/thread_restrictions.h"
-#include "chrome/browser/apps/install_chrome_app.h"
#include "chrome/browser/auto_launch_trial.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/chrome_notification_types.h"
@@ -373,11 +372,6 @@ bool StartupBrowserCreatorImpl::Launch(Profile* profile,
ProcessLaunchURLs(process_startup, urls_to_open, desktop_type);
tapted 2014/07/25 03:49:12 Is there a downside to making a copy of `urls_to_o
jackhou1 2014/07/28 02:58:15 If there are multiple last_opened_profiles, this w
- if (command_line_.HasSwitch(switches::kInstallChromeApp)) {
- install_chrome_app::InstallChromeApp(
- command_line_.GetSwitchValueASCII(switches::kInstallChromeApp));
- }
-
// If this is an app launch, but we didn't open an app window, it may
// be an app tab.
OpenApplicationTab(profile);

Powered by Google App Engine
This is Rietveld 408576698