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

Unified Diff: chrome/test/logging/win/log_file_reader.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 | « chrome/test/logging/win/log_file_printer.cc ('k') | chrome/test/logging/win/log_file_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/logging/win/log_file_reader.h
diff --git a/chrome/test/logging/win/log_file_reader.h b/chrome/test/logging/win/log_file_reader.h
index 5cc1aad6a225f42d66ae465b8e687703d6cbf425..7777e67d9e91058c1b265cbfa05b05f202acad61 100644
--- a/chrome/test/logging/win/log_file_reader.h
+++ b/chrome/test/logging/win/log_file_reader.h
@@ -54,15 +54,6 @@ class LogFileDelegate {
const base::StringPiece& file,
const base::StringPiece& message) = 0;
- // Invoked for trace events produced by TraceEventETWProvider.
- virtual void OnTraceEvent(const EVENT_TRACE* event,
- const base::StringPiece& name,
- char type,
- intptr_t id,
- const base::StringPiece& extra,
- DWORD stack_depth,
- const intptr_t* backtrace) = 0;
-
protected:
LogFileDelegate();
};
« no previous file with comments | « chrome/test/logging/win/log_file_printer.cc ('k') | chrome/test/logging/win/log_file_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698