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

Unified Diff: device/bluetooth/bluetooth_adapter_bluez.h

Issue 1810993002: Don't improve Bluetooth Adapter name on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | device/bluetooth/bluetooth_adapter_bluez.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_adapter_bluez.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698