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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/common/api/bluetooth/bluetooth_manifest_permission.h b/extensions/common/api/bluetooth/bluetooth_manifest_permission.h
index eb71fa4b..c77eee5 100644
--- a/extensions/common/api/bluetooth/bluetooth_manifest_permission.h
+++ b/extensions/common/api/bluetooth/bluetooth_manifest_permission.h
@@ -43,6 +43,7 @@ class BluetoothManifestPermission : public ManifestPermission {
// extensions::ManifestPermission overrides.
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;