Index: chrome/browser/download/download_crx_util.cc |
diff --git a/chrome/browser/download/download_crx_util.cc b/chrome/browser/download/download_crx_util.cc |
index 2748d1be7f68b364c56ba0b125dc5452d4c59004..4d127d05fb7172aec15d2ed997bb8e48ff0e728a 100644 |
--- a/chrome/browser/download/download_crx_util.cc |
+++ b/chrome/browser/download/download_crx_util.cc |
@@ -83,6 +83,7 @@ scoped_refptr<extensions::CrxInstaller> OpenChromeExtension( |
CreateExtensionInstallPrompt(profile), |
WebstoreInstaller::GetAssociatedApproval(download_item))); |
+ installer->set_error_on_unsported_requirements(true); |
installer->set_delete_source(true); |
installer->set_install_cause(extension_misc::INSTALL_CAUSE_USER_DOWNLOAD); |