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

Unified Diff: chrome/browser/extensions/webstore_startup_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: 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/extensions/webstore_startup_installer.cc
diff --git a/chrome/browser/extensions/webstore_startup_installer.cc b/chrome/browser/extensions/webstore_startup_installer.cc
index 28ba551db95ee4b4dd91a0000837ed8b5b52c269..711e960cb6ab2d55e7c4543935c54381c6573327 100644
--- a/chrome/browser/extensions/webstore_startup_installer.cc
+++ b/chrome/browser/extensions/webstore_startup_installer.cc
@@ -14,6 +14,7 @@ WebstoreStartupInstaller::WebstoreStartupInstaller(
: WebstoreInstallWithPrompt(webstore_item_id, profile, callback),
show_prompt_(show_prompt) {
set_install_source(WebstoreInstaller::INSTALL_SOURCE_INLINE);
+ set_show_post_install_ui(false);
}
WebstoreStartupInstaller::~WebstoreStartupInstaller() {}

Powered by Google App Engine
This is Rietveld 408576698