| Index: extensions/common/permissions/permissions_data.h
|
| diff --git a/extensions/common/permissions/permissions_data.h b/extensions/common/permissions/permissions_data.h
|
| index 38f72662fbb98d3aca5fc671ddb2c52c3b560a02..4739b318892cffacc1432d06990a67480c4a7d67 100644
|
| --- a/extensions/common/permissions/permissions_data.h
|
| +++ b/extensions/common/permissions/permissions_data.h
|
| @@ -58,14 +58,6 @@ class PermissionsData {
|
| PermissionsData(const Extension* extension);
|
| virtual ~PermissionsData();
|
|
|
| - // Returns true if the |extension| can silently increase its permission level.
|
| - // Users must approve permissions for unpacked and packed extensions in the
|
| - // following situations:
|
| - // - when installing or upgrading packed extensions
|
| - // - when installing unpacked extensions that have NPAPI plugins
|
| - // - when either type of extension requests optional permissions
|
| - static bool CanSilentlyIncreasePermissions(const Extension* extension);
|
| -
|
| // Returns true if the extension is a COMPONENT extension or is on the
|
| // whitelist of extensions that can script all pages.
|
| static bool CanExecuteScriptEverywhere(const Extension* extension);
|
|
|