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

Unified Diff: remoting/host/logging_mac.cc

Issue 2034393004: Allow multiple logging::LogMessage{Handler,Listener}s Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix installation_validator_unittest Created 4 years, 6 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
Index: remoting/host/logging_mac.cc
diff --git a/remoting/host/logging_mac.cc b/remoting/host/logging_mac.cc
index 39e007d409b528d5fe9b38307afe9ebc84dd8d94..318de5d560d66ce54980f53c23938463a5ee0dca 100644
--- a/remoting/host/logging_mac.cc
+++ b/remoting/host/logging_mac.cc
@@ -94,7 +94,7 @@ void InitHostLogging() {
logging::InitLogging(settings);
// Write logs to syslog as well.
- logging::SetLogMessageHandler(LogMessageToAsl);
+ logging::PushLogMessageHandler(LogMessageToAsl);
}
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698