| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index ae05fd960737ac0aa723ae5683a6e3a92f1e70e1..f524794d299c8d4a710d1ba95e8367f9bb167be5 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -260,6 +260,10 @@ class ExtensionPrefs : public extensions::ContentSettingsStore::Observer,
|
| void AddGrantedPermissions(const std::string& extension_id,
|
| const ExtensionPermissionSet* permissions);
|
|
|
| + // As above, but subtracts the given |permissions| from the granted set.
|
| + void RemoveGrantedPermissions(const std::string& extension_id,
|
| + const ExtensionPermissionSet* permissions);
|
| +
|
| // Gets the active permission set for the specified extension. This may
|
| // differ from the permissions in the manifest due to the optional
|
| // permissions API. This passes ownership of the set to the caller.
|
|
|