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