summaryrefslogtreecommitdiffstats
path: root/extensions/common/api/bluetooth/bluetooth_manifest_permission.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/api/bluetooth/bluetooth_manifest_permission.h')
-rw-r--r--extensions/common/api/bluetooth/bluetooth_manifest_permission.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/common/api/bluetooth/bluetooth_manifest_permission.h b/extensions/common/api/bluetooth/bluetooth_manifest_permission.h
index bbf5d3a..d72b226 100644
--- a/extensions/common/api/bluetooth/bluetooth_manifest_permission.h
+++ b/extensions/common/api/bluetooth/bluetooth_manifest_permission.h
@@ -45,8 +45,6 @@ class BluetoothManifestPermission : public ManifestPermission {
std::string name() const override;
std::string id() const override;
PermissionIDSet GetPermissions() const override;
- bool HasMessages() const override;
- PermissionMessages GetMessages() const override;
bool FromValue(const base::Value* value) override;
scoped_ptr<base::Value> ToValue() const override;
ManifestPermission* Diff(const ManifestPermission* rhs) const override;