| Index: extensions/common/api/bluetooth/bluetooth_manifest_permission.h
|
| diff --git a/extensions/common/api/bluetooth/bluetooth_manifest_permission.h b/extensions/common/api/bluetooth/bluetooth_manifest_permission.h
|
| index c77eee543e932710317bbc521b6ca634913eac71..bbf5d3a4b2c4535c8cfc8525fd6617a359f605e1 100644
|
| --- a/extensions/common/api/bluetooth/bluetooth_manifest_permission.h
|
| +++ b/extensions/common/api/bluetooth/bluetooth_manifest_permission.h
|
| @@ -37,6 +37,7 @@ class BluetoothManifestPermission : public ManifestPermission {
|
| const BluetoothPermissionRequest& request) const;
|
| bool CheckSocketPermitted(const Extension* extension) const;
|
| bool CheckLowEnergyPermitted(const Extension* extension) const;
|
| + bool CheckPeripheralPermitted(const Extension* extension) const;
|
|
|
| void AddPermission(const std::string& uuid);
|
|
|
| @@ -60,6 +61,7 @@ class BluetoothManifestPermission : public ManifestPermission {
|
| BluetoothUuidSet uuids_;
|
| bool socket_;
|
| bool low_energy_;
|
| + bool peripheral_;
|
| };
|
|
|
| } // namespace extensions
|
|
|