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

Unified Diff: base/message_loop.h

Issue 9903003: base: Remove should_leak_tasks_ from MessageLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | base/message_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | base/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698