| 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 db42ecf3961574f8396f25b209865b9015de2bf5..e490ffc20a07c2c9a0512a8571a8280dbabc5fd4 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| @@ -89,8 +89,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,
|
|
|