Index: remoting/client/plugin/chromoting_instance.cc |
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc |
index 90db58344b3f2324574d56baa893dca5d9181a33..156feb290bfe4057b7506fc2a0037bb2b468d674 100644 |
--- a/remoting/client/plugin/chromoting_instance.cc |
+++ b/remoting/client/plugin/chromoting_instance.cc |
@@ -1034,7 +1034,7 @@ void ChromotingInstance::RegisterLogMessageHandler() { |
// Set up log message handler. |
// This is not thread-safe so we need it within our lock. |
- logging::SetLogMessageHandler(&LogToUI); |
+ logging::PushLogMessageHandler(&LogToUI); |
Dan Beam
2016/06/09 18:52:50
does this call ever need to be balanced by a PopLo
wychen
2016/06/09 21:04:17
I was a bit curious when I changed this. The handl
|
} |
void ChromotingInstance::RegisterLoggingInstance() { |