| 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,
|
|
|