summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/nfc_tag_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/nfc_tag_client.h')
-rw-r--r--chromeos/dbus/nfc_tag_client.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/chromeos/dbus/nfc_tag_client.h b/chromeos/dbus/nfc_tag_client.h
index 5d7e1e0..a719e5a 100644
--- a/chromeos/dbus/nfc_tag_client.h
+++ b/chromeos/dbus/nfc_tag_client.h
@@ -53,16 +53,12 @@ class CHROMEOS_EXPORT NfcTagClient : public DBusClient {
virtual ~Observer() {}
// Called when a remote NFC tag with the object path |object_path| is added
- // to the set of known tags associated with the adapter with object path
- // |adapter_path|.
- virtual void TagFound(const dbus::ObjectPath& object_path,
- const dbus::ObjectPath& adapter_path) {}
+ // to the set of known tags.
+ virtual void TagFound(const dbus::ObjectPath& object_path) {}
// Called when a remote NFC tag with the object path |object_path| is
- // removed from the set of known tags associated with the adapter with the
- // object path |adapter_path|.
- virtual void TagLost(const dbus::ObjectPath& object_path,
- const dbus::ObjectPath& adapter_path) {}
+ // removed from the set of known tags.
+ virtual void TagLost(const dbus::ObjectPath& object_path) {}
// Called when the tag property with the name |property_name| on tag with
// object path |object_path| has acquired a new value.