Chromium Code Reviews| Index: chrome/common/extensions/extension.cc |
| =================================================================== |
| --- chrome/common/extensions/extension.cc (revision 120126) |
| +++ chrome/common/extensions/extension.cc (working copy) |
| @@ -2665,7 +2665,7 @@ |
| } |
| bool Extension::CanSilentlyIncreasePermissions() const { |
| - return location() != INTERNAL && location() != LOAD; |
| + return location() != INTERNAL; |
| } |
| bool Extension::CanSpecifyHostPermission(const URLPattern& pattern, |