Index: device/bluetooth/bluetooth_adapter_bluez.h |
diff --git a/device/bluetooth/bluetooth_adapter_bluez.h b/device/bluetooth/bluetooth_adapter_bluez.h |
index de52c896e934e06a1426c226d1c12cdf7636dcff..f33e092af74120c75b769ad8e1dac53a5b1573d1 100644 |
--- a/device/bluetooth/bluetooth_adapter_bluez.h |
+++ b/device/bluetooth/bluetooth_adapter_bluez.h |
@@ -248,8 +248,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ |
// subsequently operate on that adapter until it is removed. |
void SetAdapter(const dbus::ObjectPath& object_path); |
+#if defined(OS_CHROMEOS) |
// Set the adapter name to one chosen from the system information. |
- void SetDefaultAdapterName(); |
+ void SetStandardChromeOSAdapterName(); |
+#endif |
// Remove the currently tracked adapter. IsPresent() will return false after |
// this is called. |