| Index: chromeos/dbus/fake_shill_manager_client.h
|
| diff --git a/chromeos/dbus/fake_shill_manager_client.h b/chromeos/dbus/fake_shill_manager_client.h
|
| index 97dd66383c0ea270df79629c05bbb567e83a8bc2..7612731825cb9b7ad4d7053b5a129c536298dd60 100644
|
| --- a/chromeos/dbus/fake_shill_manager_client.h
|
| +++ b/chromeos/dbus/fake_shill_manager_client.h
|
| @@ -77,6 +77,18 @@ class CHROMEOS_EXPORT FakeShillManagerClient
|
| virtual void ConnectToBestServices(
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) OVERRIDE;
|
| + virtual void AddWakeOnPacketConnection(
|
| + const std::string& ip_connection,
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback) OVERRIDE;
|
| + virtual void RemoveWakeOnPacketConnection(
|
| + const std::string& ip_connection,
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback) OVERRIDE;
|
| + virtual void RemoveAllWakeOnPacketConnections(
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback) OVERRIDE;
|
| +
|
| virtual ShillManagerClient::TestInterface* GetTestInterface() OVERRIDE;
|
|
|
| // ShillManagerClient::TestInterface overrides.
|
|
|