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

Unified Diff: base/debug/trace_event.h

Issue 7778033: Add trace code to track all posted tasks in message_loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win trace tests Created 9 years, 3 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 | base/debug/trace_event.cc » ('j') | base/message_loop.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/trace_event.h
diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
index 380f5e7e4e1c1d7cb3d99e065665f895cc6d3ca4..24917f62dac38db7a7982b4c1abc9680bc9d5bc0 100644
--- a/base/debug/trace_event.h
+++ b/base/debug/trace_event.h
@@ -563,6 +563,9 @@ class BASE_EXPORT TraceLog {
// Exposed for unittesting:
+ // Allows deleting our singleton instance.
+ static void DeleteForTesting();
+
// Allows resurrecting our singleton instance post-AtExit processing.
static void Resurrect();
« no previous file with comments | « no previous file | base/debug/trace_event.cc » ('j') | base/message_loop.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698