| Index: chrome/browser/extensions/crx_installer.cc
|
| diff --git a/chrome/browser/extensions/crx_installer.cc b/chrome/browser/extensions/crx_installer.cc
|
| index dcb1046cfc7d58fc4488769287b85110b2fe3f74..a54e32556f7e5c12bcb0c8982001bf105743da76 100644
|
| --- a/chrome/browser/extensions/crx_installer.cc
|
| +++ b/chrome/browser/extensions/crx_installer.cc
|
| @@ -395,16 +395,6 @@ void CrxInstaller::ConfirmInstall() {
|
| if (!frontend_weak_.get())
|
| return;
|
|
|
| - if (frontend_weak_->extension_prefs()
|
| - ->IsExtensionBlacklisted(extension_->id())) {
|
| - VLOG(1) << "This extension: " << extension_->id()
|
| - << " is blacklisted. Install failed.";
|
| - ReportFailureFromUIThread(
|
| - CrxInstallerError(
|
| - l10n_util::GetStringUTF16(IDS_EXTENSION_CANT_INSTALL_BLACKLISTED)));
|
| - return;
|
| - }
|
| -
|
| string16 error;
|
| if (!ExtensionSystem::Get(profile_)->management_policy()->
|
| UserMayLoad(extension_, &error)) {
|
|
|