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

Unified Diff: device/bluetooth/bluetooth_device_mac.h

Issue 288903003: [Bluetooth] Standardize Bluetooth device address format to XX:XX:XX:XX:XX:XX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ChromeOS tests too Created 6 years, 7 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_chromeos.cc ('k') | device/bluetooth/bluetooth_device_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_device_mac.h
diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
index a538239a9f8dcb4b31d3c83613ba410ea35fda81..d0668f66234d8d7e153ba6e7bb597f7b1f8c1317 100644
--- a/device/bluetooth/bluetooth_device_mac.h
+++ b/device/bluetooth/bluetooth_device_mac.h
@@ -81,12 +81,6 @@ class BluetoothDeviceMac : public BluetoothDevice {
// normalized format (see below).
static std::string GetDeviceAddress(IOBluetoothDevice* device);
- // Returns the address formatted according to Chrome's expectations rather
- // than per the system convention: octets are separated by colons rather than
- // by dashes. That is, the returned format is XX:XX:XX:XX:XX:XX rather than
- // xx-xx-xx-xx-xx-xx.
- static std::string NormalizeAddress(const std::string& address);
-
protected:
// BluetoothDevice override
virtual std::string GetDeviceName() const OVERRIDE;
« no previous file with comments | « device/bluetooth/bluetooth_device_chromeos.cc ('k') | device/bluetooth/bluetooth_device_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698