| Index: device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| index 9fabee489170db9ed12a97df1c747e49a1a9200e..d8e41ba7702b171d45bfe2bfcda233cd45700034 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| @@ -54,6 +54,13 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattCharacteristicMac
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothRemoteGattCharacteristicMac);
|
|
|
| + protected:
|
| + void SubscribeToNotifications(const base::Closure& callback,
|
| + const ErrorCallback& error_callback) override;
|
| + void UnsubscribeFromNotifications(
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback) override;
|
| +
|
| private:
|
| friend class BluetoothRemoteGattServiceMac;
|
| friend class BluetoothTestMac;
|
|
|