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

Unified Diff: chrome/browser/ui/app_list/search/webstore/webstore_installer.cc

Issue 407483002: Show post-install UI when ephemeral apps are promoted to installed apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@install_guard
Patch Set: Check ephemeral app flag in startup_helper 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/app_list/search/webstore/webstore_installer.cc
diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_installer.cc b/chrome/browser/ui/app_list/search/webstore/webstore_installer.cc
index d53c6e0f975fb3fe978f70eb59b8c8807991506e..37858577d1432410c26cad59e58eb5348eb73cb7 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_installer.cc
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_installer.cc
@@ -16,6 +16,7 @@ WebstoreInstaller::WebstoreInstaller(const std::string& webstore_item_id,
callback) {
set_install_source(
extensions::WebstoreInstaller::INSTALL_SOURCE_APP_LAUNCHER);
+ set_show_post_install_ui(false);
}
WebstoreInstaller::~WebstoreInstaller() {}

Powered by Google App Engine
This is Rietveld 408576698