| Index: chrome/common/extensions/extension.cc
|
| diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
|
| index 8a4ec531764e80d0da80030d6bc0b506870ef537..8dae526dd663eedc86d0663d7bb9041f41387e7e 100644
|
| --- a/chrome/common/extensions/extension.cc
|
| +++ b/chrome/common/extensions/extension.cc
|
| @@ -2660,7 +2660,7 @@ bool Extension::ParsePermissions(const extensions::Manifest* source,
|
| }
|
|
|
| bool Extension::CanSilentlyIncreasePermissions() const {
|
| - return location() != INTERNAL;
|
| + return location() != INTERNAL && location() != LOAD;
|
| }
|
|
|
| bool Extension::CanSpecifyHostPermission(const URLPattern& pattern,
|
|
|