Index: chromeos/network/network_state.h |
diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h |
index 1ebc6014ea5245fc3f85587b640e56fdb77ae91f..90b78cd954921ab38c2c6c8eaebf907a3b59a39c 100644 |
--- a/chromeos/network/network_state.h |
+++ b/chromeos/network/network_state.h |
@@ -10,7 +10,6 @@ |
#include "base/values.h" |
#include "chromeos/network/managed_state.h" |
-#include "chromeos/network/network_ui_data.h" |
#include "components/onc/onc_constants.h" |
#include "url/gurl.h" |
@@ -63,7 +62,6 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState { |
// Returns |connection_state_| if visible, kStateDisconnect otherwise. |
std::string connection_state() const; |
- const NetworkUIData& ui_data() const { return ui_data_; } |
const base::DictionaryValue& proxy_config() const { return proxy_config_; } |
// IPConfig Properties. These require an extra call to ShillIPConfigClient, |
@@ -156,10 +154,6 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState { |
// when a connection attempt is initiated. |
std::string last_error_; |
- // This is convenient to keep cached for now, but shouldn't be necessary; |
- // avoid using it if possible. |
- NetworkUIData ui_data_; |
- |
// IPConfig properties. |
// Note: These do not correspond to actual Shill.Service properties |
// but are derived from the service's corresponding IPConfig object. |