| Index: chrome/browser/extensions/unpacked_installer.cc
|
| diff --git a/chrome/browser/extensions/unpacked_installer.cc b/chrome/browser/extensions/unpacked_installer.cc
|
| index eaad27e46f984f97f0baa5e26aa036ae446fda2b..956281534260d91b39d4cb3e0ec163927f1b4f87 100644
|
| --- a/chrome/browser/extensions/unpacked_installer.cc
|
| +++ b/chrome/browser/extensions/unpacked_installer.cc
|
| @@ -296,7 +296,7 @@ void UnpackedInstaller::ConfirmInstall() {
|
| installer_.extension().get(),
|
| syncer::StringOrdinal(),
|
| false /* no requirement errors */,
|
| - Blacklist::NOT_BLACKLISTED,
|
| + NOT_BLACKLISTED,
|
| false /* don't wait for idle */);
|
| }
|
|
|
|
|