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(); |
}; |