summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_nfc_adapter_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/fake_nfc_adapter_client.h')
-rw-r--r--chromeos/dbus/fake_nfc_adapter_client.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/chromeos/dbus/fake_nfc_adapter_client.h b/chromeos/dbus/fake_nfc_adapter_client.h
index 97cab97..7c23fc3 100644
--- a/chromeos/dbus/fake_nfc_adapter_client.h
+++ b/chromeos/dbus/fake_nfc_adapter_client.h
@@ -37,8 +37,8 @@ class CHROMEOS_EXPORT FakeNfcAdapterClient : public NfcAdapterClient {
virtual void Init(dbus::Bus* bus) OVERRIDE;
virtual void AddObserver(Observer* observer) OVERRIDE;
virtual void RemoveObserver(Observer* observer) OVERRIDE;
- virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
- OVERRIDE;
+ virtual Properties* GetProperties(
+ const dbus::ObjectPath& object_path) OVERRIDE;
virtual void StartPollLoop(
const dbus::ObjectPath& object_path,
const std::string& mode,
@@ -50,9 +50,6 @@ class CHROMEOS_EXPORT FakeNfcAdapterClient : public NfcAdapterClient {
const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE;
private:
- // Property callback passed when we create Properties* structures.
- void OnPropertyChanged(const std::string& property_name);
-
DISALLOW_COPY_AND_ASSIGN(FakeNfcAdapterClient);
};