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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2650773004: Add resolved proxy for the http stream job to net log (Closed)
Patch Set: rch comment Created 3 years, 11 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 | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/net_log_event_type_list.h
diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
index d3dd7d98e79ce38a16833abadc042e2cc802e214..4d0e96718c2377e27d834b083327cf63cf23bfe7 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1050,6 +1050,12 @@ EVENT_TYPE(HTTP_STREAM_JOB)
// }
EVENT_TYPE(HTTP_STREAM_REQUEST_STARTED_JOB)
+// Logs the proxy server resolved for the job. The event parameters are:
+// {
+// "proxy_server": The proxy server resolved for the Job,
+// }
+EVENT_TYPE(HTTP_STREAM_JOB_PROXY_SERVER_RESOLVED)
+
// Identifies the NetLogSource() for the Job that fulfilled the Request.
// The event parameters are:
// {
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698