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

Unified Diff: net/base/net_log_event_type_list.h

Issue 19286002: Remove interface probing for IPv6 support from HostResolverImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make --enable-ipv6 disable probing. Created 7 years, 5 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 | « chrome/browser/ui/webui/net_internals/net_internals_ui.cc ('k') | net/base/net_log_source_type_list.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 def4e5e141cb5b329d09beeac1f61b740325e4b6..2647e4ccb455ed9f2714338c13618ea064ff2cd6 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -1971,22 +1971,6 @@ EVENT_TYPE(FILE_STREAM_OPEN)
// }
EVENT_TYPE(FILE_STREAM_ERROR)
-// ------------------------------------------------------------------------
-// IPv6 Probe events.
-// ------------------------------------------------------------------------
-
-// This event lasts from the point an IPv6ProbeJob is created until completion.
-//
-// The END contains the following parameters:
-// {
-// "ipv6_supported": <Boolean indicating whether or not the probe determined
-// IPv6 may be supported>,
-// "ipv6_support_status": <String indicating the reason for that result>,
-// "os_error": <Platform dependent error code, associated with the result,
-// if any>
-// }
-EVENT_TYPE(IPV6_PROBE_RUNNING)
-
// -----------------------------------------------------------------------------
// FTP events.
// -----------------------------------------------------------------------------
« no previous file with comments | « chrome/browser/ui/webui/net_internals/net_internals_ui.cc ('k') | net/base/net_log_source_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698