Chromium Code Reviews

Unified Diff: base/debug/trace_event_win.cc

Issue 9155024: Allow tracing in third_party libraries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win compile Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « base/debug/trace_event_win.h ('k') | base/test/trace_event_analyzer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/trace_event_win.cc
diff --git a/base/debug/trace_event_win.cc b/base/debug/trace_event_win.cc
index bba4713747d4c1578506510f0755e998412b9a11..80ab9ab5660c8b8c64554ab1c6bc4c24cac13d2d 100644
--- a/base/debug/trace_event_win.cc
+++ b/base/debug/trace_event_win.cc
@@ -42,7 +42,7 @@ bool TraceEventETWProvider::StartTracing() {
void TraceEventETWProvider::TraceEvent(const char* name,
size_t name_len,
- TraceEventPhase type,
+ char type,
const void* id,
const char* extra,
size_t extra_len) {
@@ -96,7 +96,7 @@ void TraceEventETWProvider::TraceEvent(const char* name,
void TraceEventETWProvider::Trace(const char* name,
size_t name_len,
- TraceEventPhase type,
+ char type,
const void* id,
const char* extra,
size_t extra_len) {
« no previous file with comments | « base/debug/trace_event_win.h ('k') | base/test/trace_event_analyzer.h » ('j') | no next file with comments »

Powered by Google App Engine