summaryrefslogtreecommitdiffstats
path: root/chromeos/network/device_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/device_state.h')
-rw-r--r--chromeos/network/device_state.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromeos/network/device_state.h b/chromeos/network/device_state.h
index 5f4486d..3e8195b 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 {