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

Unified Diff: content/renderer/scheduler/task_queue_manager.cc

Issue 1027843002: [renderer] Fix Task Queue Manager trace events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/scheduler/task_queue_manager.cc
diff --git a/content/renderer/scheduler/task_queue_manager.cc b/content/renderer/scheduler/task_queue_manager.cc
index 7a9c124c36f7b3068fa9b43c28a1a97896585ef5..60ae5656c1faf16e8baad3fe1e86b5145783fc07 100644
--- a/content/renderer/scheduler/task_queue_manager.cc
+++ b/content/renderer/scheduler/task_queue_manager.cc
@@ -387,6 +387,7 @@ void TaskQueue::AsValueInto(base::trace_event::TracedValue* state) const {
state->EndArray();
state->BeginArray("work_queue");
QueueAsValueInto(work_queue_, state);
+ state->EndArray();
state->BeginArray("delayed_task_queue");
QueueAsValueInto(delayed_task_queue_, state);
state->EndArray();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698