Chromium Code Reviews| 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. |
|
pneubeck (no reviews)
2014/11/11 16:09:31
what are 'visible state properties' ?
maybe drop t
stevenjb
2014/11/12 01:23:29
Clarified.
|
| + void GetConfigurationStateProperties(base::DictionaryValue* dictionary) const; |
| + |
| void IPConfigPropertiesChanged(const base::DictionaryValue& properties); |
| // Returns true, if the network requires a service activation. |