summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/nfc_tag_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in chromeos/.avi2015-12-211-0/+1
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Update {virtual,override,final} to follow C++11 style in chromeos/dbus.dcheng2015-01-161-21/+17
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-061-12/+12
* dbus/values_util.h: Add functions to append collection type values to message.armansito@chromium.org2014-05-221-12/+2
* nfc: Implement device::NfcTagChromeOS.armansito@chromium.org2014-01-181-1/+24
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-231-1/+1
* nfc: Various fixes to the NFC D-Bus client in chromeos/dbus.armansito@chromium.org2013-12-041-5/+6
* Remove fake client creation from DBusClients' Create() functions.pneubeck@chromium.org2013-12-031-7/+2
* nfc: Add D-Bus client for NFC Record interface.armansito@chromium.org2013-11-081-22/+50
* nfc: Move object proxy update logic based on properties to DBusObjectMap.armansito@chromium.org2013-11-011-41/+14
* nfc: Add D-Bus clients for NFC Tag and Device interfaces.armansito@chromium.org2013-10-311-0/+250