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

Unified Diff: device/bluetooth/bluetooth_low_energy_device_mac.h

Issue 1265023004: Revert of Bringing 4 more BluetoothTest.* unit tests to Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheibtest
Patch Set: Created 5 years, 5 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
« no previous file with comments | « device/bluetooth/bluetooth_device_unittest.cc ('k') | device/bluetooth/bluetooth_low_energy_device_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_low_energy_device_mac.h
diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.h b/device/bluetooth/bluetooth_low_energy_device_mac.h
index ed1684602ef1eb5e2b89a8a6daa26502e7060912..502e082a185b97c6fb21cdde24ed75fad7ec1878 100644
--- a/device/bluetooth/bluetooth_low_energy_device_mac.h
+++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
@@ -24,7 +24,7 @@
: public BluetoothDeviceMac {
public:
BluetoothLowEnergyDeviceMac(CBPeripheral* peripheral,
- NSDictionary* advertisement_data,
+ NSDictionary* advertisementData,
int rssi);
~BluetoothLowEnergyDeviceMac() override;
@@ -81,7 +81,7 @@
// Updates information about the device.
virtual void Update(CBPeripheral* peripheral,
- NSDictionary* advertisement_data,
+ NSDictionary* advertisementData,
int rssi);
static std::string GetPeripheralIdentifier(CBPeripheral* peripheral);
@@ -118,9 +118,6 @@
// Stores the time of the most recent call to Update().
base::scoped_nsobject<NSDate> last_update_time_;
- // The services (identified by UUIDs) that this device provides.
- UUIDList advertised_uuids_;
-
DISALLOW_COPY_AND_ASSIGN(BluetoothLowEnergyDeviceMac);
};
« no previous file with comments | « device/bluetooth/bluetooth_device_unittest.cc ('k') | device/bluetooth/bluetooth_low_energy_device_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698