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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2701053002: Revert of Add net-log entries when HttpStream jobs are forced to wait, and when they're delayed and resumed. (Closed)
Patch Set: Created 3 years, 10 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_controller.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 aaf3ae5dd226bc29385703ac52f36d2fb03d4bfe..50e9a8491e7baabe81c3c7c08975dda2fb63911a 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1043,14 +1043,6 @@
// }
EVENT_TYPE(HTTP_STREAM_JOB)
-// Measures the time and HttpStreamFactoryImpl::Job spends waiting for
-// another job.
-// The event parameters are:
-// {
-// "should_wait": <True if the job needs to wait>,
-// }
-EVENT_TYPE(HTTP_STREAM_JOB_WAITING)
-
// Identifies the NetLogSource() for a Job started by the Request.
// The event parameters are:
// {
@@ -1085,17 +1077,11 @@
// Job. The orphaned Job will continue to run to completion.
EVENT_TYPE(HTTP_STREAM_JOB_ORPHANED)
-// Emitted when a job is delayed.
-// {
-// "delay_ms": <Number of milliseconds until job will be resumed>
+// Emitted when a job is asked to resume after non-zero microseconds.
+// {
+// "resume_after_ms": <Number of milliseconds until job will be unblocked>
// }
EVENT_TYPE(HTTP_STREAM_JOB_DELAYED)
-
-// Emitted when a job is asked to resume after non-zero microseconds.
-// {
-// "delay_ms": <Number of milliseconds the job was delayed before resuming>
-// }
-EVENT_TYPE(HTTP_STREAM_JOB_RESUMED)
// ------------------------------------------------------------------------
// HttpNetworkTransaction
« no previous file with comments | « net/http/http_stream_factory_impl_job_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698