| Index: chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h
|
| diff --git a/chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h b/chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h
|
| index b4d997c2a20105b83ca5518cc8a8e660726feb07..06008817b038a435c7b940f1df9bb2debcf04570 100644
|
| --- a/chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h
|
| +++ b/chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h
|
| @@ -35,6 +35,8 @@ class BluetoothManifestPermission : public ManifestPermission {
|
|
|
| bool CheckRequest(const Extension* extension,
|
| const BluetoothPermissionRequest& request) const;
|
| + bool CheckSocketPermitted(const Extension* extension) const;
|
| + bool CheckLowEnergyPermitted(const Extension* extension) const;
|
|
|
| void AddPermission(const std::string& uuid);
|
|
|
| @@ -64,6 +66,8 @@ class BluetoothManifestPermission : public ManifestPermission {
|
|
|
| private:
|
| BluetoothUuidSet uuids_;
|
| + bool socket_;
|
| + bool low_energy_;
|
| };
|
|
|
| } // namespace extensions
|
|
|