| Index: chromeos/dbus/mock_flimflam_service_client.h
|
| diff --git a/chromeos/dbus/mock_flimflam_service_client.h b/chromeos/dbus/mock_flimflam_service_client.h
|
| index 4a67b4b4727e367e7fe224b639ea06be609e7b93..4e73237e689cdf6c3f093963d9096b9086202bd3 100644
|
| --- a/chromeos/dbus/mock_flimflam_service_client.h
|
| +++ b/chromeos/dbus/mock_flimflam_service_client.h
|
| @@ -40,6 +40,9 @@ class MockFlimflamServiceClient : public FlimflamServiceClient {
|
| MOCK_METHOD3(ActivateCellularModem, void(const dbus::ObjectPath& service_path,
|
| const std::string& carrier,
|
| const VoidCallback& callback));
|
| + MOCK_METHOD2(CallActivateCellularModemAndBlock,
|
| + bool(const dbus::ObjectPath& service_path,
|
| + const std::string& carrier));
|
| };
|
|
|
| } // namespace chromeos
|
|
|