Index: chrome/common/logging_chrome.cc |
diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc |
index cceceef285616bb5baad8fffbce68394f0d4f876..6dfab8369e66c6d68230fca263723a7f01b9a168 100644 |
--- a/chrome/common/logging_chrome.cc |
+++ b/chrome/common/logging_chrome.cc |
@@ -369,8 +369,7 @@ void InitChromeLogging(const CommandLine& command_line, |
#if defined(OS_WIN) |
// Enable trace control and transport through event tracing for Windows. |
- if (env->HasVar(env_vars::kEtwLogging)) |
- logging::LogEventProvider::Initialize(kChromeTraceProviderName); |
+ logging::LogEventProvider::Initialize(kChromeTraceProviderName); |
#endif |
#ifdef NDEBUG |