Commit 906fbc18 authored by Gabriel Charette's avatar Gabriel Charette Committed by Commit Bot

[MessageLoop] Remove logging of obsolete histogram unintentionally re-added

This was removed in r577553 but I unintentionally reintroduced it
in r578809 (incorrect rebase).

This regressed https://crbug.com/860801#c18

R=kylechar@chromium.org

Bug: 860801
Change-Id: Ia42d24f915d271832b59c481ebe77ee1bc6fd11d
Reviewed-on: https://chromium-review.googlesource.com/1175060Reviewed-by: default avatarkylechar <kylechar@chromium.org>
Commit-Queue: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583048}
parent 120cd4dc
...@@ -146,9 +146,6 @@ bool MessageLoopTaskRunner::AddToIncomingQueue(const Location& from_here, ...@@ -146,9 +146,6 @@ bool MessageLoopTaskRunner::AddToIncomingQueue(const Location& from_here,
} }
#endif #endif
if (!delay.is_zero())
UMA_HISTOGRAM_LONG_TIMES("MessageLoop.DelayedTaskQueue.PostedDelay", delay);
bool did_queue_task = false; bool did_queue_task = false;
bool was_empty; bool was_empty;
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment