diff options
author | armansito@chromium.org <armansito@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 18:43:40 +0000 |
---|---|---|
committer | armansito@chromium.org <armansito@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 18:43:40 +0000 |
commit | 7d5e8cd54f9f99f20360385ab1f77b4c19d7ab16 (patch) | |
tree | 0a3f07ed29608a398bc335e04ff8f2ace10d2527 /chromeos/dbus/dbus_client.h | |
parent | 8cef993adaf14fb9bc6ce5f924255503c2f90cc7 (diff) | |
download | chromium_src-7d5e8cd54f9f99f20360385ab1f77b4c19d7ab16.zip chromium_src-7d5e8cd54f9f99f20360385ab1f77b4c19d7ab16.tar.gz chromium_src-7d5e8cd54f9f99f20360385ab1f77b4c19d7ab16.tar.bz2 |
nfc: Add D-Bus client for NFC Manager.
Added D-Bus client code for the NFC Manager interface.
BUG=305386
TEST=1. chromeos_unittests
2. Build for Linux with "chromeos=1", check logs to make sure
that fake device gets added.
3. Build for Chrome OS. Repeatedly insert and remove USB NFC adapter
dongle to make sure that the "AdapterAdded" and "AdapterRemoved"
signals are received from neard by looking at the logs.
R=keybuk@chromium.org, stevenjb@chromium.org
Review URL: https://codereview.chromium.org/26871005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230169 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/dbus_client.h')
-rw-r--r-- | chromeos/dbus/dbus_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/dbus/dbus_client.h b/chromeos/dbus/dbus_client.h index 902d533..c9ac671 100644 --- a/chromeos/dbus/dbus_client.h +++ b/chromeos/dbus/dbus_client.h @@ -5,6 +5,8 @@ #ifndef CHROMEOS_DBUS_DBUS_CLIENT_H_ #define CHROMEOS_DBUS_DBUS_CLIENT_H_ +#include "base/basictypes.h" + namespace dbus { class Bus; }; |