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

Unified Diff: chrome/test/logging/win/file_logger.h

Issue 1376793004: Remove the TRACE_EVENT_*_ETW macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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/trace_event/trace_log.cc ('k') | chrome/test/logging/win/file_logger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/logging/win/file_logger.h
diff --git a/chrome/test/logging/win/file_logger.h b/chrome/test/logging/win/file_logger.h
index f2a911d4b67f8491ea3d7dbe8f4105be643b890f..99d8d30a0a1958ea0def59917672356612203533 100644
--- a/chrome/test/logging/win/file_logger.h
+++ b/chrome/test/logging/win/file_logger.h
@@ -38,14 +38,11 @@ class FileLogger {
CHROME_FRAME_LOG_PROVIDER = 1 << 1,
// Log messages from the current process.
CHROME_TESTS_LOG_PROVIDER = 1 << 2,
- // Trace events.
- CHROME_TRACE_EVENT_PROVIDER = 1 << 3,
};
static const uint32 kAllEventProviders = (CHROME_LOG_PROVIDER |
CHROME_FRAME_LOG_PROVIDER |
- CHROME_TESTS_LOG_PROVIDER |
- CHROME_TRACE_EVENT_PROVIDER);
+ CHROME_TESTS_LOG_PROVIDER);
FileLogger();
~FileLogger();
« no previous file with comments | « base/trace_event/trace_log.cc ('k') | chrome/test/logging/win/file_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698