| Index: chromeos/dbus/mock_shill_manager_client.h
|
| diff --git a/chromeos/dbus/mock_shill_manager_client.h b/chromeos/dbus/mock_shill_manager_client.h
|
| index bf80b64739bb0a212b6249dffd1f6fcd8fa5fd32..63586f2503133864593dba53af28df42c9eed81e 100644
|
| --- a/chromeos/dbus/mock_shill_manager_client.h
|
| +++ b/chromeos/dbus/mock_shill_manager_client.h
|
| @@ -66,6 +66,17 @@ class MockShillManagerClient : public ShillManagerClient {
|
| MOCK_METHOD2(ConnectToBestServices,
|
| void(const base::Closure& callback,
|
| const ErrorCallback& error_callback));
|
| + MOCK_METHOD3(AddWakeOnPacketConnection,
|
| + void(const std::string& ip_connection,
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback));
|
| + MOCK_METHOD3(RemoveWakeOnPacketConnection,
|
| + void(const std::string& ip_connection,
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback));
|
| + MOCK_METHOD3(RemoveAllWakeOnPacketConnections,
|
| + void(const base::Closure& callback,
|
| + const ErrorCallback& error_callback));
|
| MOCK_METHOD0(GetTestInterface, TestInterface*());
|
|
|
| };
|
|
|