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

Unified Diff: chrome/browser/extensions/webstore_installer.cc

Issue 264763002: Support remote installation of extensions and apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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_installer.cc
diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
index 07e6e7221d54b839e0e43cb804ae44a45f89b151..b2d8850210722da56b334b90d5a59679b05e1881 100644
--- a/chrome/browser/extensions/webstore_installer.cc
+++ b/chrome/browser/extensions/webstore_installer.cc
@@ -677,7 +677,7 @@ void WebstoreInstaller::StartCrxInstaller(const DownloadItem& download) {
crx_installer_->set_expected_id(approval->extension_id);
crx_installer_->set_is_gallery_install(true);
- crx_installer_->set_allow_silent_install(true);
+ crx_installer_->set_allow_silent_install(CrxInstaller::GRANT_SILENTLY);
crx_installer_->InstallCrx(download.GetFullPath());
}

Powered by Google App Engine
This is Rietveld 408576698