| Index: chromeos/dbus/shill_manager_client_stub.h
|
| diff --git a/chromeos/dbus/shill_manager_client_stub.h b/chromeos/dbus/shill_manager_client_stub.h
|
| index 314713fdc0665f6e64e830f461689369ee2c8bf1..ac170cc8b99fa73448591b71fcebae1c22cd7950 100644
|
| --- a/chromeos/dbus/shill_manager_client_stub.h
|
| +++ b/chromeos/dbus/shill_manager_client_stub.h
|
| @@ -107,6 +107,7 @@ class ShillManagerClientStub : public ShillManagerClient,
|
| bool initializing) OVERRIDE;
|
| virtual void AddGeoNetwork(const std::string& technology,
|
| const base::DictionaryValue& network) OVERRIDE;
|
| + virtual void AddProfile(const std::string& profile_path) OVERRIDE;
|
| virtual void ClearProperties() OVERRIDE;
|
|
|
| private:
|
|
|