Chromium Code Reviews| Index: base/logging_win.cc |
| diff --git a/base/logging_win.cc b/base/logging_win.cc |
| index 319ae8a9d38186aa7ffc6466f574c2a795a1832c..91912c150086f941712fa787739022bf716fda54 100644 |
| --- a/base/logging_win.cc |
| +++ b/base/logging_win.cc |
| @@ -102,7 +102,7 @@ void LogEventProvider::Initialize(const GUID& provider_name) { |
| provider->Register(); |
| // Register our message handler with logging. |
| - SetLogMessageHandler(LogMessage); |
| + PushLogMessageHandler(LogMessage); |
| } |
| void LogEventProvider::Uninitialize() { |