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

Unified Diff: chromeos/network/network_change_notifier_chromeos.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_change_notifier_chromeos.h
diff --git a/chromeos/network/network_change_notifier_chromeos.h b/chromeos/network/network_change_notifier_chromeos.h
index 6bd8edeb6e32742d77901b868e43414cc534b86a..6c163ef669edbe901737fb5573931a72a862f443 100644
--- a/chromeos/network/network_change_notifier_chromeos.h
+++ b/chromeos/network/network_change_notifier_chromeos.h
@@ -73,6 +73,8 @@ class CHROMEOS_EXPORT NetworkChangeNotifierChromeos
NetworkChangeNotifier::ConnectionType connection_type_;
// IP address for the current default network.
std::string ip_address_;
+ // DNS servers for the current default network.
+ std::string dns_servers_;
// Service path for the current default network.
std::string service_path_;

Powered by Google App Engine
This is Rietveld 408576698