2014-09-04 17:53:40 +00:00
|
|
|
diff --git message_loop.cc message_loop.cc
|
2015-08-14 10:41:08 -04:00
|
|
|
index 4e5594b..d42a362 100644
|
2014-09-04 17:53:40 +00:00
|
|
|
--- message_loop.cc
|
|
|
|
+++ message_loop.cc
|
2015-08-14 10:41:08 -04:00
|
|
|
@@ -135,12 +135,6 @@ MessageLoop::~MessageLoop() {
|
2015-06-05 18:06:48 -04:00
|
|
|
// bound to a thread.
|
|
|
|
DCHECK(current() == this || !current());
|
2013-02-23 01:46:13 +00:00
|
|
|
|
2015-03-04 01:00:13 +00:00
|
|
|
- // iOS just attaches to the loop, it doesn't Run it.
|
|
|
|
- // TODO(stuartmorgan): Consider wiring up a Detach().
|
|
|
|
-#if !defined(OS_IOS)
|
2013-02-23 01:46:13 +00:00
|
|
|
- DCHECK(!run_loop_);
|
2015-03-04 01:00:13 +00:00
|
|
|
-#endif
|
|
|
|
-
|
2014-09-26 23:48:19 +00:00
|
|
|
#if defined(OS_WIN)
|
|
|
|
if (in_high_res_mode_)
|
|
|
|
Time::ActivateHighResolutionTimer(false);
|