| Index: chrome/common/extensions/permissions/api_permission.h
|
| ===================================================================
|
| --- chrome/common/extensions/permissions/api_permission.h (revision 170599)
|
| +++ chrome/common/extensions/permissions/api_permission.h (working copy)
|
| @@ -46,7 +46,6 @@
|
| kAudioCapture,
|
| kBackground,
|
| kBluetooth,
|
| - kBluetoothDevice,
|
| kBookmark,
|
| kBookmarkManagerPrivate,
|
| kBrowsingData,
|
| @@ -134,13 +133,6 @@
|
| return info_;
|
| }
|
|
|
| - // Returns a string representation of this permissions. The default string
|
| - // representation is the name of the permission.
|
| - virtual std::string ToString() const;
|
| -
|
| - // Returns true if this permission cannot be found in the manifest.
|
| - virtual bool ManifestEntryForbidden() const;
|
| -
|
| // Returns true if this permission has any PermissionMessages.
|
| virtual bool HasMessages() const = 0;
|
|
|
|
|