Chromium Code Reviews| Index: chrome/common/extensions/api/bluetooth_low_energy.idl |
| diff --git a/chrome/common/extensions/api/bluetooth_low_energy.idl b/chrome/common/extensions/api/bluetooth_low_energy.idl |
| index 2fd511dc54e4ecf9d1d929f094052f7b4e6a8def..f870104e714b5ac24883ca55d77f812bc047fa9a 100644 |
| --- a/chrome/common/extensions/api/bluetooth_low_energy.idl |
| +++ b/chrome/common/extensions/api/bluetooth_low_energy.idl |
| @@ -6,7 +6,7 @@ |
| // Bluetooth Smart (Low Energy) devices using the |
| // <a href="https://developer.bluetooth.org/TechnologyOverview/Pages/GATT.aspx"> |
| // Generic Attribute Profile (GATT)</a>. |
| -namespace bluetoothLowEnergy { |
| +[use_movable_types=true]namespace bluetoothLowEnergy { |
|
asargent_no_longer_on_chrome
2016/03/30 19:39:25
same nit
Devlin
2016/03/30 22:23:43
Done.
|
| // Values representing the possible properties of a characteristic. |
| enum CharacteristicProperty {broadcast, read, writeWithoutResponse, write, |
| notify, indicate, authenticatedSignedWrites, |