summaryrefslogtreecommitdiffstats
path: root/ash/test/ash_test_helper.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 10:29:19 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 10:29:19 +0000
commit87847948aca5b7a84d60a7b7c9587a5e4278dcf7 (patch)
tree0db4f8fa238bb4117e5b478060f9b6963ae664b4 /ash/test/ash_test_helper.cc
parent3222c3267f36014363d5414f8e927b7f7eb8be47 (diff)
downloadchromium_src-87847948aca5b7a84d60a7b7c9587a5e4278dcf7.zip
chromium_src-87847948aca5b7a84d60a7b7c9587a5e4278dcf7.tar.gz
chromium_src-87847948aca5b7a84d60a7b7c9587a5e4278dcf7.tar.bz2
Remove mac code from aura/ash/views
BUG=275898 Review URL: https://chromiumcodereview.appspot.com/23483041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223839 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test/ash_test_helper.cc')
-rw-r--r--ash/test/ash_test_helper.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index e8ed5db..28c652f 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -109,11 +109,9 @@ void AshTestHelper::TearDown() {
}
void AshTestHelper::RunAllPendingInMessageLoop() {
-#if !defined(OS_MACOSX)
DCHECK(base::MessageLoopForUI::current() == message_loop_);
base::RunLoop run_loop(aura::Env::GetInstance()->GetDispatcher());
run_loop.RunUntilIdle();
-#endif
}
aura::RootWindow* AshTestHelper::CurrentContext() {