Index: base/message_loop.h |
diff --git a/base/message_loop.h b/base/message_loop.h |
index 355d58b62b46a907c078332779dc1e795639e8eb..5851be13c8c81b36474caa2426d981f84975ada9 100644 |
--- a/base/message_loop.h |
+++ b/base/message_loop.h |
@@ -509,10 +509,6 @@ class BASE_EXPORT MessageLoop : public base::MessagePump::Delegate { |
RunState* state_; |
- // The need for this variable is subtle. Please see implementation comments |
- // around where it is used. |
- bool should_leak_tasks_; |
- |
#if defined(OS_WIN) |
base::TimeTicks high_resolution_timer_expiration_; |
// Should be set to true before calling Windows APIs like TrackPopupMenu, etc |