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

Unified Diff: chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc

Issue 617833003: Remove --install-from-webstore and --limited-install-from-webstore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator.cc ('k') | chrome/common/chrome_result_codes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc
diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc b/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc
index 497ac360d11903e78f32e2e64fdad8cac9b5d6eb..54197d31e574b00cfb13d790d63f0613ee6215f3 100644
--- a/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc
+++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc
@@ -189,8 +189,8 @@ void ChromeNativeAppWindowViewsWin::UpdateShelfMenu() {
icon_resources::kInstallPackagedAppIndex);
ShellIntegration::AppendProfileArgs(
app_window()->browser_context()->GetPath(), link->GetCommandLine());
- link->GetCommandLine()->AppendSwitchASCII(switches::kInstallFromWebstore,
- extension->id());
+ link->GetCommandLine()->AppendSwitchASCII(
+ switches::kInstallEphemeralAppFromWebstore, extension->id());
ShellLinkItemList items;
items.push_back(link);
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator.cc ('k') | chrome/common/chrome_result_codes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698