diff options
Diffstat (limited to 'ash/test/ash_test_base.cc')
-rw-r--r-- | ash/test/ash_test_base.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc index 079f135..dca886b 100644 --- a/ash/test/ash_test_base.cc +++ b/ash/test/ash_test_base.cc @@ -118,14 +118,6 @@ void AshTestBase::SetUp() { Shell::GetPrimaryRootWindow()->MoveCursorTo(gfx::Point(-1000, -1000)); ash::Shell::GetInstance()->cursor_manager()->EnableMouseEvents(); -#if defined(OS_CHROMEOS) - // We do not want to see the notification for display configuration change, - // since it may trap mouse events unexpectedly. - // TODO(mukai): remove this code when the display notification code is moved - // to the message center. - internal::TrayDisplay::SetDisplayNotificationsDisabledForTest(true); -#endif - #if defined(OS_WIN) if (base::win::GetVersion() >= base::win::VERSION_WIN8 && !CommandLine::ForCurrentProcess()->HasSwitch( |