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

Unified Diff: device/bluetooth/bluetooth_adapter_experimental_chromeos.h

Issue 14898004: Bluetooth: set a name for the adapter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test Created 7 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 | « no previous file | device/bluetooth/bluetooth_adapter_experimental_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter_experimental_chromeos.h
diff --git a/device/bluetooth/bluetooth_adapter_experimental_chromeos.h b/device/bluetooth/bluetooth_adapter_experimental_chromeos.h
index e761a86935d8a722cf976b04ff61dfe7670bd0e4..a3a0655dd16c4204c075b542dfd93bb23ffb8088 100644
--- a/device/bluetooth/bluetooth_adapter_experimental_chromeos.h
+++ b/device/bluetooth/bluetooth_adapter_experimental_chromeos.h
@@ -95,6 +95,11 @@ class BluetoothAdapterExperimentalChromeOS
// subsequently operate on that adapter until it is removed.
void SetAdapter(const dbus::ObjectPath& object_path);
+ // Set the adapter name to one chosen from the system information, and method
+ // called by dbus:: on completion of the alias property change.
+ void SetAdapterName();
+ void OnSetAlias(bool success);
+
// Remove the currently tracked adapter. IsPresent() will return false after
// this is called.
void RemoveAdapter();
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_adapter_experimental_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698