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

Unified Diff: chromeos/network/network_state.h

Issue 330833003: Rely on Service.Visible instead of Manager.Services (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort services when updated, add test Created 6 years, 6 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 7c8150145c941d3b6c91e9e99151e1be5bc306fb..1ebc6014ea5245fc3f85587b640e56fdb77ae91f 100644
--- a/chromeos/network/network_state.h
+++ b/chromeos/network/network_state.h
@@ -134,8 +134,6 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
// Returns true if |name_| changes.
bool UpdateName(const base::DictionaryValue& properties);
- void set_visible(bool visible) { visible_ = visible; }
-
// Set to true if the network is a member of Manager.Services.
bool visible_;

Powered by Google App Engine
This is Rietveld 408576698