| 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();
|
|
|