2014-09-04 17:53:40 +00:00
|
|
|
diff --git message_loop.cc message_loop.cc
|
2016-05-24 19:35:43 -04:00
|
|
|
index 3fef91b..58ddbf3 100644
|
2014-09-04 17:53:40 +00:00
|
|
|
--- message_loop.cc
|
|
|
|
+++ message_loop.cc
|
2016-05-24 19:35:43 -04:00
|
|
|
@@ -142,12 +142,6 @@ MessageLoop::~MessageLoop() {
|
2016-02-02 16:32:44 -05:00
|
|
|
// may be current.
|
|
|
|
DCHECK((pump_ && current() == this) || (!pump_ && current() != this));
|
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);
|