| Index: chrome/common/extensions/extension_unpacker.cc
|
| diff --git a/chrome/common/extensions/extension_unpacker.cc b/chrome/common/extensions/extension_unpacker.cc
|
| index 39ea38dd52d7662209daf1a07671d4adc8d303cf..3561b6a91e91ba9b1b50fa9a565db425f73e22b1 100644
|
| --- a/chrome/common/extensions/extension_unpacker.cc
|
| +++ b/chrome/common/extensions/extension_unpacker.cc
|
| @@ -180,8 +180,7 @@ bool ExtensionUnpacker::Run() {
|
| temp_install_dir_,
|
| Extension::INVALID,
|
| *parsed_manifest_,
|
| - false, // Do not require a key
|
| - false, // Do not enable strict error checks
|
| + Extension::NO_FLAGS,
|
| &error));
|
| if (!extension.get()) {
|
| SetError(error);
|
|
|