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

Unified Diff: chromeos/network/network_state_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: AddServiceWithIPConfig 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/network_state_handler.h
diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
index 0a93136b2b89264dd6f723d1e002d8462eac3be8..8b97450e2c49760f3f2b9ba7788a3ea26137f3f5 100644
--- a/chromeos/network/network_state_handler.h
+++ b/chromeos/network/network_state_handler.h
@@ -172,11 +172,6 @@ class CHROMEOS_EXPORT NetworkStateHandler
const std::string& key,
const base::Value& value) OVERRIDE;
- // Sets the IP Address for the network associated with |service_path|.
- virtual void UpdateNetworkServiceIPAddress(
- const std::string& service_path,
- const std::string& ip_address) OVERRIDE;
-
// Called by ShillPropertyHandler when a watched device property changes.
virtual void UpdateDeviceProperty(
const std::string& device_path,

Powered by Google App Engine
This is Rietveld 408576698