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

Unified Diff: base/debug/trace_event_impl.h

Issue 18174006: Allow tracing to console everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: base/debug/trace_event_impl.h
diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h
index 3ff6c55ab4ad1db2f2b827fac0a2c45600c82a9d..cc0701c71e0b671d478b4818722d70d184772b80 100644
--- a/base/debug/trace_event_impl.h
+++ b/base/debug/trace_event_impl.h
@@ -290,8 +290,8 @@ class BASE_EXPORT TraceLog {
// Enable the sampling profiler.
ENABLE_SAMPLING = 1 << 2,
- // Echo to VLOG. Events are discared.
- ECHO_TO_VLOG = 1 << 3
+ // Echo to console. Events are discared.
+ ECHO_TO_CONSOLE = 1 << 3
};
static TraceLog* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698