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

Unified Diff: base/threading/thread.cc

Issue 6602047: Kill CleanUpAfterMessageLoopDestruction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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: base/threading/thread.cc
diff --git a/base/threading/thread.cc b/base/threading/thread.cc
index c0fb53739de51e43324cff8a8555f19752f90098..7a100ca3610f1c29b7e0f1805e7ceef95361ea82 100644
--- a/base/threading/thread.cc
+++ b/base/threading/thread.cc
@@ -173,7 +173,6 @@ void Thread::ThreadMain() {
message_loop_ = NULL;
message_loop_proxy_ = NULL;
}
- CleanUpAfterMessageLoopDestruction();
thread_id_ = kInvalidThreadId;
}

Powered by Google App Engine
This is Rietveld 408576698