| Index: chromeos/network/network_state.h
|
| diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
|
| index 4718820d8209467a73c5fe6bf5bddf53b90574f1..2dd3b242d36a440205fb179f0d987364ff817572 100644
|
| --- a/chromeos/network/network_state.h
|
| +++ b/chromeos/network/network_state.h
|
| @@ -34,6 +34,10 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
|
| // stored.
|
| void GetProperties(base::DictionaryValue* dictionary) const;
|
|
|
| + // Fills |dictionary| with the state properties required to configure a
|
| + // network.
|
| + void GetConfigProperties(base::DictionaryValue* dictionary) const;
|
| +
|
| // Accessors
|
| const std::string& security() const { return security_; }
|
| const std::string& ip_address() const { return ip_address_; }
|
|
|