| Index: chromeos/network/device_state.h
|
| diff --git a/chromeos/network/device_state.h b/chromeos/network/device_state.h
|
| index 5f4486d12c1657978b210114a1d66cc9493f8fd2..3e8195bfbda0e896732ea955d996fe8ef7c06a42 100644
|
| --- a/chromeos/network/device_state.h
|
| +++ b/chromeos/network/device_state.h
|
| @@ -49,10 +49,12 @@ class CHROMEOS_EXPORT DeviceState : public ManagedState {
|
| const std::string& mdn() const { return mdn_; }
|
| const CellularScanResults& scan_results() const { return scan_results_; }
|
|
|
| + // |ip_configs_| is kept up to date by NetworkStateHandler.
|
| + const base::DictionaryValue& ip_configs() const { return ip_configs_; }
|
| +
|
| // Do not use this. It exists temporarily for internet_options_handler.cc
|
| // which is being deprecated.
|
| const base::DictionaryValue& properties() const { return properties_; }
|
| - const base::DictionaryValue& ip_configs() const { return ip_configs_; }
|
|
|
| // Ethernet specific accessors
|
| bool eap_authentication_completed() const {
|
|
|