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

Unified Diff: device/bluetooth/bluetooth_adapter_mac.mm

Issue 2205693003: bluetooth: Replace old advertised uuids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Fix mac Created 4 years, 4 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_adapter_mac.mm
diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm
index 0db7131318d218b8003124231e7d7c87357608b6..dca907ffdeac4f616fb7be80f9b5869985590224 100644
--- a/device/bluetooth/bluetooth_adapter_mac.mm
+++ b/device/bluetooth/bluetooth_adapter_mac.mm
@@ -515,7 +515,7 @@ void BluetoothAdapterMac::LowEnergyDeviceUpdated(
// A device has an update.
VLOG(2) << "LowEnergyDeviceUpdated";
device_mac->Update(advertisement_data, rssi);
- // TODO(scheib): Call DeviceChanged only if UUIDs change. crbug.com/547106
+
FOR_EACH_OBSERVER(BluetoothAdapter::Observer, observers_,
scheib 2016/08/05 18:49:31 Why dropping the comment?
ortuno 2016/08/05 23:00:16 See response on bluetooth_adapter_android.
DeviceChanged(this, device_mac));
}

Powered by Google App Engine
This is Rietveld 408576698