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

Unified Diff: base/event_trace_provider_win.cc

Issue 3800006: Fix event tracing for windows test flakyness.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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/event_trace_provider_win.h ('k') | base/trace_event_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/event_trace_provider_win.cc
===================================================================
--- base/event_trace_provider_win.cc (revision 62730)
+++ base/event_trace_provider_win.cc (working copy)
@@ -48,6 +48,8 @@
enable_flags_ = 0;
session_handle_ = NULL;
+ PostEventsDisabled();
+
return ERROR_SUCCESS;
}
« no previous file with comments | « base/event_trace_provider_win.h ('k') | base/trace_event_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698