Chromium Code Reviews| 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; |
| } |
|
jstritar
2012/02/01 21:46:33
This method isn't very useful anymore (used in one
|
| bool Extension::CanSpecifyHostPermission(const URLPattern& pattern, |