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

Unified Diff: chromeos/network/shill_property_handler.h

Issue 330833003: Rely on Service.Visible instead of Manager.Services (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/shill_property_handler.h
diff --git a/chromeos/network/shill_property_handler.h b/chromeos/network/shill_property_handler.h
index 0df6d3bf63950f515d2613d2e13c57f6371fe47a..6e92e462aa5b9a63af5478f95926dcef990ee494 100644
--- a/chromeos/network/shill_property_handler.h
+++ b/chromeos/network/shill_property_handler.h
@@ -50,9 +50,6 @@ class CHROMEOS_EXPORT ShillPropertyHandler
virtual void UpdateManagedList(ManagedState::ManagedType type,
const base::ListValue& entries) = 0;
- // Called when the entries in the visible network list have changed.
- virtual void UpdateVisibleNetworks(const base::ListValue& entries) = 0;
-
// Called when the properties for a managed state have changed.
virtual void UpdateManagedStateProperties(
ManagedState::ManagedType type,

Powered by Google App Engine
This is Rietveld 408576698