| Index: remoting/host/logging_win.cc
|
| diff --git a/remoting/host/logging_win.cc b/remoting/host/logging_win.cc
|
| index b874113a414a609d763ac51b13e691d0fb8bf829..be69773eecc7e1af836b0b6c7df0dc2d660aacd4 100644
|
| --- a/remoting/host/logging_win.cc
|
| +++ b/remoting/host/logging_win.cc
|
| @@ -20,9 +20,6 @@ void InitHostLogging() {
|
| // Write logs to the system debug log.
|
| logging::LoggingSettings settings;
|
| settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
|
| - // TODO(alexeypa): remove this line once logging is updated to not create
|
| - // the lock if the log file is not used.
|
| - settings.lock_log = logging::DONT_LOCK_LOG_FILE;
|
| logging::InitLogging(settings);
|
|
|
| // Enable trace control and transport through event tracing for Windows.
|
|
|