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

Unified Diff: net/base/net_log_event_type_list.h

Issue 23522036: [net/dns] Treat Name Resolution Policy Table as unhandled option. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: responded to review Created 7 years, 3 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
« no previous file with comments | « no previous file | net/dns/dns_config_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_event_type_list.h
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
index 4c4371cc35fc7ee9eaa22e3ec84ef8cdef8e0718..83d6bb748f0ac198fe2bc1fb8490d0d0c99db4e0 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -1632,14 +1632,8 @@ EVENT_TYPE(NETWORK_CHANGED)
// {
// "nameservers": <List of name server IPs>,
// "search": <List of domain suffixes>,
-// "unhandled_options": <See DnsConfig>,
-// "append_to_multi_label_name": <See DnsConfig>,
-// "ndots": <See DnsConfig>,
-// "timeout": <See DnsConfig>,
-// "attempts": <See DnsConfig>,
-// "rotate": <See DnsConfig>,
-// "edns0": <See DnsConfig>,
-// "num_hosts": <Number of entries in the HOSTS file>
+// "num_hosts": <Number of entries in the HOSTS file>,
+// <other>: <See DnsConfig>
// }
EVENT_TYPE(DNS_CONFIG_CHANGED)
« no previous file with comments | « no previous file | net/dns/dns_config_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698