2014-09-04 19:53:40 +02:00
|
|
|
diff --git message_loop.cc message_loop.cc
|
2015-08-26 00:33:31 +02:00
|
|
|
index a44f468..6e391e9 100644
|
2014-09-04 19:53:40 +02:00
|
|
|
--- message_loop.cc
|
|
|
|
+++ message_loop.cc
|
2015-08-14 16:41:08 +02:00
|
|
|
@@ -135,12 +135,6 @@ MessageLoop::~MessageLoop() {
|
2015-06-06 00:06:48 +02:00
|
|
|
// bound to a thread.
|
|
|
|
DCHECK(current() == this || !current());
|
2013-02-23 02:46:13 +01:00
|
|
|
|
2015-03-04 02:00:13 +01: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 02:46:13 +01:00
|
|
|
- DCHECK(!run_loop_);
|
2015-03-04 02:00:13 +01:00
|
|
|
-#endif
|
|
|
|
-
|
2014-09-27 01:48:19 +02:00
|
|
|
#if defined(OS_WIN)
|
|
|
|
if (in_high_res_mode_)
|
|
|
|
Time::ActivateHighResolutionTimer(false);
|