Chromium Code Reviews| Index: trunk/src/base/message_loop/message_loop.cc |
| =================================================================== |
| --- trunk/src/base/message_loop/message_loop.cc (revision 207326) |
| +++ trunk/src/base/message_loop/message_loop.cc (working copy) |
| @@ -221,9 +221,6 @@ |
| WillDestroyCurrentMessageLoop(); |
| message_loop_proxy_ = NULL; |
| - // Stop the message pump and free any thread-bound resources. |
| - pump_->Shutdown(); |
| - |
| // OK, now make it so that no one can find us. |
| lazy_tls_ptr.Pointer()->Set(NULL); |