Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: chromeos/network/network_state.h

Issue 383013002: Remove additional dependencies from InternetOptionsHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }
pneubeck (no reviews) 2014/07/11 20:35:07 Yeah!!! Defeating the beast finally :-)
stevenjb 2014/07/11 21:26:10 Acknowledged.
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.

Powered by Google App Engine
This is Rietveld 408576698