Index: chromeos/network/shill_property_handler.h |
diff --git a/chromeos/network/shill_property_handler.h b/chromeos/network/shill_property_handler.h |
index 154a65650651839789fbc5e756ae8a62128bf5fc..ff0ea1d69c36aabf186179553863f7476eb5f157 100644 |
--- a/chromeos/network/shill_property_handler.h |
+++ b/chromeos/network/shill_property_handler.h |
@@ -72,12 +72,6 @@ class CHROMEOS_EXPORT ShillPropertyHandler |
// changes. |
virtual void ManagerPropertyChanged() = 0; |
- // Called whent the IP address of a service has been updated. Occurs after |
- // UpdateManagedStateProperties is called for the service. |
- virtual void UpdateNetworkServiceIPAddress( |
- const std::string& service_path, |
- const std::string& ip_address) = 0; |
- |
// Called when a managed state list has changed, after properties for any |
// new entries in the list have been received and |
// UpdateManagedStateProperties has been called for each new entry. |