| Index: remoting/base/auto_thread.cc
|
| diff --git a/remoting/base/auto_thread.cc b/remoting/base/auto_thread.cc
|
| index 963bd6b864da653468b2674856fa484dd21bb544..0934d7a7764f51bd3562e315e4a9f8ee23139c48 100644
|
| --- a/remoting/base/auto_thread.cc
|
| +++ b/remoting/base/auto_thread.cc
|
| @@ -186,7 +186,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.
|
|
|