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..aabfddc225a0749ae13a471a42e856b967355df0 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::vector<std::string> dns_servers_; |
// Service path for the current default network. |
std::string service_path_; |