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

Unified Diff: device/bluetooth/bluetooth_adapter_chromeos.h

Issue 12374062: Bluetooth: Send UI notifications when the connecting status changes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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
Index: device/bluetooth/bluetooth_adapter_chromeos.h
diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h
index 7806b212aa4e59791a9c2835a1030a874493d313..2c0e0eee7b6ed9456cd6464c970d04d2c2269db5 100644
--- a/device/bluetooth/bluetooth_adapter_chromeos.h
+++ b/device/bluetooth/bluetooth_adapter_chromeos.h
@@ -116,6 +116,10 @@ class BluetoothAdapterChromeOS
// and directly using values obtained from properties.
void PoweredChanged(bool powered);
+ // Notifies the observers of a change in the |device| device. Used to signal
+ // changes initiated from the BluetoothDeviceChromeOS itself.
+ void DeviceChanged(BluetoothDeviceChromeOS* device);
+
keybuk 2013/04/18 00:52:24 Since this is called externally, perhaps NotifyDev
deymo 2013/04/18 01:38:40 Done.
// Called by BluetoothAdapterClient in response to the method call sent
// by StartDiscovering(), |callback| and |error_callback| are the callbacks
// provided to that method.
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_adapter_chromeos.cc » ('j') | device/bluetooth/bluetooth_adapter_chromeos.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698