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

Unified Diff: chromeos/network/shill_property_handler.h

Issue 12634019: NetworkChangeNotifierChromeos: Handle IPConfig property changes on the default network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more cleanup Created 7 years, 9 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 66678acab34c7e73e6119c8bf1ec00b6ed8e7d96..32d5df7bb81b9822451cd644a996ab7a8fd7d638 100644
--- a/chromeos/network/shill_property_handler.h
+++ b/chromeos/network/shill_property_handler.h
@@ -71,12 +71,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.

Powered by Google App Engine
This is Rietveld 408576698