| Index: chromeos/network/network_state.h
|
| diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
|
| index 31ea5f9d04b0ab50ebb53f68c34922c50ea04fb1..e87cba6bf020de743bd684e1ea84659a0eb9cd43 100644
|
| --- a/chromeos/network/network_state.h
|
| +++ b/chromeos/network/network_state.h
|
| @@ -35,6 +35,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_; }
|
|
|