summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/bluetooth_adapter_client.h
diff options
context:
space:
mode:
authorkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 01:03:30 +0000
committerkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 01:03:30 +0000
commit7375e8b24e5c3bc64ff6c679a2cbe17397c9c431 (patch)
tree63fd9cbed94f7ba7a6fa87ab46e76a0056519c85 /chromeos/dbus/bluetooth_adapter_client.h
parent1014b1a6ccd05cb913372e7712cd47801530a6a9 (diff)
downloadchromium_src-7375e8b24e5c3bc64ff6c679a2cbe17397c9c431.zip
chromium_src-7375e8b24e5c3bc64ff6c679a2cbe17397c9c431.tar.gz
chromium_src-7375e8b24e5c3bc64ff6c679a2cbe17397c9c431.tar.bz2
bluetooth: Create stub manager, adapter and device.
These stub classes are used when building Chrome on Linux with chromeos=1. They allow sufficient UI to work to show a Bluetooth adapter, enable and disable it, and show an unconnected fake device associated with it. This can be trivially extended to provide all manner of fake Bluetooth information for UI development. BUG=chromium-os:28555 TEST=out/Debug/chrome Change-Id: I7af28be76355fad735389aaf2fa499d0a8dfd76b Review URL: https://chromiumcodereview.appspot.com/10823301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151621 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/bluetooth_adapter_client.h')
-rw-r--r--chromeos/dbus/bluetooth_adapter_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/bluetooth_adapter_client.h b/chromeos/dbus/bluetooth_adapter_client.h
index 739551a..1e85c95 100644
--- a/chromeos/dbus/bluetooth_adapter_client.h
+++ b/chromeos/dbus/bluetooth_adapter_client.h
@@ -79,7 +79,7 @@ class CHROMEOS_EXPORT BluetoothAdapterClient {
dbus::Property<std::vector<std::string> > uuids;
Properties(dbus::ObjectProxy* object_proxy,
- PropertyChangedCallback callback);
+ const PropertyChangedCallback& callback);
virtual ~Properties();
};