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

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. 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 | « 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
This is Rietveld 408576698