Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h

Issue 309623002: device/bluetooth: Update GATT descriptor value D-Bus bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed clang error Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h
diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h b/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h
index 91c3f6297ffd4964fe6326dbea8f27e26acb4f40..35a08841a082ee7e6153634d1de3d7cc12aac64d 100644
--- a/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h
+++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h
@@ -80,9 +80,6 @@ class BluetoothRemoteGattCharacteristicChromeOS
const dbus::ObjectPath& object_path) OVERRIDE;
virtual void GattDescriptorRemoved(
const dbus::ObjectPath& object_path) OVERRIDE;
- virtual void GattDescriptorPropertyChanged(
- const dbus::ObjectPath& object_path,
- const std::string& property_name) OVERRIDE;
// Called by dbus:: on successful completion of a request to read
// the characteristic value.

Powered by Google App Engine
This is Rietveld 408576698