summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/mock_shill_manager_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/mock_shill_manager_client.h')
-rw-r--r--chromeos/dbus/mock_shill_manager_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/dbus/mock_shill_manager_client.h b/chromeos/dbus/mock_shill_manager_client.h
index 6179168..57f2449 100644
--- a/chromeos/dbus/mock_shill_manager_client.h
+++ b/chromeos/dbus/mock_shill_manager_client.h
@@ -68,6 +68,9 @@ class MockShillManagerClient : public ShillManagerClient {
const std::string& data,
const StringCallback& callback,
const ErrorCallback& error_callback));
+ MOCK_METHOD2(ConnectToBestServices,
+ void(const base::Closure& callback,
+ const ErrorCallback& error_callback));
MOCK_METHOD0(GetTestInterface, TestInterface*());
};