| Index: chromeos/dbus/fake_shill_device_client.h
|
| diff --git a/chromeos/dbus/fake_shill_device_client.h b/chromeos/dbus/fake_shill_device_client.h
|
| index cb5b859ead35a5805c9f2d00a54f8c4716737da9..b5141dffd007bfa019c5dae2dde4ae56098ae88e 100644
|
| --- a/chromeos/dbus/fake_shill_device_client.h
|
| +++ b/chromeos/dbus/fake_shill_device_client.h
|
| @@ -76,6 +76,13 @@ class CHROMEOS_EXPORT FakeShillDeviceClient
|
| virtual void Reset(const dbus::ObjectPath& device_path,
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) OVERRIDE;
|
| + virtual void PerformTDLSOperation(
|
| + const dbus::ObjectPath& device_path,
|
| + const std::string& operation,
|
| + const std::string& peer,
|
| + const StringCallback& callback,
|
| + const ErrorCallback& error_callback) OVERRIDE;
|
| +
|
| virtual ShillDeviceClient::TestInterface* GetTestInterface() OVERRIDE;
|
|
|
| // ShillDeviceClient::TestInterface overrides.
|
|
|