| Index: remoting/base/auto_thread.cc
|
| diff --git a/remoting/base/auto_thread.cc b/remoting/base/auto_thread.cc
|
| index 7931bc0b7957ced3100b760856f5ae42725d1ccb..10766eac38b5187a0d7beca8c296e40f9954afe5 100644
|
| --- a/remoting/base/auto_thread.cc
|
| +++ b/remoting/base/auto_thread.cc
|
| @@ -188,7 +188,6 @@ void AutoThread::ThreadMain() {
|
| // Complete the initialization of our AutoThread object.
|
| base::PlatformThread::SetName(name_);
|
| ANNOTATE_THREAD_NAME(name_.c_str()); // Tell the name to race detector.
|
| - message_loop.set_thread_name(name_);
|
|
|
| // Return an AutoThreadTaskRunner that will cleanly quit this thread when
|
| // no more references to it remain.
|
|
|