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() {} |