| Index: device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| index f86c2ac6838f75ad6633d7d1dbacfec38f905f1d..fbcc52768447e7a6e040d92217decbbebd6eb3c2 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| @@ -81,8 +81,8 @@ class BluetoothRemoteGattServiceChromeOS
|
| bool added);
|
|
|
| // Notifies its observers that the value of a descriptor has changed. Called
|
| - // by BluetoothRemoteGattCharacteristicChromeOS instances to notify service
|
| - // observers when the value of one of their descriptors gets updated.
|
| + // by BluetoothRemoteGattDescriptorChromeOS instances to notify service
|
| + // observers when their cached value gets updated after a read request.
|
| void NotifyDescriptorValueChanged(
|
| BluetoothRemoteGattCharacteristicChromeOS* characteristic,
|
| BluetoothRemoteGattDescriptorChromeOS* descriptor,
|
|
|