| Index: chromeos/network/network_state.h
|
| diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
|
| index 91247b474f9e4c175f148d72ac794bbe6dff46c9..509b4f144c0bf9ec999d5805fda9e57dca5a0af4 100644
|
| --- a/chromeos/network/network_state.h
|
| +++ b/chromeos/network/network_state.h
|
| @@ -44,6 +44,10 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
|
| virtual void GetStateProperties(
|
| base::DictionaryValue* dictionary) const override;
|
|
|
| + // Like GetStateProperties, but only sets properties needed for configuration
|
| + // i.e. no visible state properties.
|
| + void GetConfigurationStateProperties(base::DictionaryValue* dictionary) const;
|
| +
|
| void IPConfigPropertiesChanged(const base::DictionaryValue& properties);
|
|
|
| // Returns true, if the network requires a service activation.
|
|
|