diff options
Diffstat (limited to 'chrome/test/base/ui_test_utils.cc')
-rw-r--r-- | chrome/test/base/ui_test_utils.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc index adc81b0..667397e 100644 --- a/chrome/test/base/ui_test_utils.cc +++ b/chrome/test/base/ui_test_utils.cc @@ -278,7 +278,6 @@ void RunMessageLoop() { MessageLoop::ScopedNestableTaskAllower allow(loop); if (ui_loop) { #if defined(USE_AURA) - ash::Shell::GetRootWindow()->ShowRootWindow(); ui_loop->Run(); #elif defined(TOOLKIT_VIEWS) views::AcceleratorHandler handler; |