| 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 eb55a7136515a53b9e5108ef06dadf560789c3c5..263b4b7295fd4c41d49213fe1a9d9c2bf1c74897 100644
|
| --- a/chromeos/dbus/mock_shill_manager_client.h
|
| +++ b/chromeos/dbus/mock_shill_manager_client.h
|
| @@ -23,6 +23,8 @@ class MockShillManagerClient : public ShillManagerClient {
|
| void(ShillPropertyChangedObserver* observer));
|
| MOCK_METHOD1(GetProperties, void(const DictionaryValueCallback& callback));
|
| MOCK_METHOD0(CallGetPropertiesAndBlock, base::DictionaryValue*());
|
| + MOCK_METHOD1(GetNetworksForGeolocation,
|
| + void(const DictionaryValueCallback& callback));
|
| MOCK_METHOD4(SetProperty, void(const std::string& name,
|
| const base::Value& value,
|
| const base::Closure& callback,
|
|
|