diff options
Diffstat (limited to 'chromeos/network/network_state.h')
-rw-r--r-- | chromeos/network/network_state.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h index e87cba6..31ea5f9 100644 --- a/chromeos/network/network_state.h +++ b/chromeos/network/network_state.h @@ -35,10 +35,6 @@ 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_; } |