| 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 540b88005c48a38a4c03f6007b252727277fd252..d1ff8de42788eac44620f4852adfe73e8a1eed71 100644
|
| --- a/chromeos/dbus/shill_manager_client_stub.h
|
| +++ b/chromeos/dbus/shill_manager_client_stub.h
|
| @@ -95,6 +95,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:
|
|
|