diff options
author | scheib <scheib@chromium.org> | 2014-11-10 17:09:29 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-11 01:09:50 +0000 |
commit | 64ea407ab8b8b1b75dc78f534eb05f6c070fc044 (patch) | |
tree | fda9fce37b647afbb98ac1f630df396a209a9b0c /device | |
parent | 53f081de05b86f73eca4e383a16c8dc723b78a99 (diff) | |
download | chromium_src-64ea407ab8b8b1b75dc78f534eb05f6c070fc044.zip chromium_src-64ea407ab8b8b1b75dc78f534eb05f6c070fc044.tar.gz chromium_src-64ea407ab8b8b1b75dc78f534eb05f6c070fc044.tar.bz2 |
Remove outdated TODO comment, the issue has been resolved.
BUG=418696
Review URL: https://codereview.chromium.org/712093003
Cr-Commit-Position: refs/heads/master@{#303558}
Diffstat (limited to 'device')
-rw-r--r-- | device/bluetooth/bluetooth_gatt_characteristic.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/device/bluetooth/bluetooth_gatt_characteristic.h b/device/bluetooth/bluetooth_gatt_characteristic.h index 2249e33..f67e0a7 100644 --- a/device/bluetooth/bluetooth_gatt_characteristic.h +++ b/device/bluetooth/bluetooth_gatt_characteristic.h @@ -33,9 +33,6 @@ class BluetoothGattNotifySession; // BluetoothGattService instance that represents a local service. class BluetoothGattCharacteristic { public: - // TODO(jamuraa): per chromium.org/developers/coding-style these should - // be MACRO_STYLE instead of kCamelCase. (crbug.com/418696) - // Values representing the possible properties of a characteristic, which // define how the characteristic can be used. Each of these properties serve // a role as defined in the Bluetooth Specification. |