| Index: ash/test/ash_test_helper.cc
|
| diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
|
| index 2e0dd8c57c3b4c98e535236d6327757ba55ad77e..a5a177e6f5d8e390a0d85de5778f4a0f2f2ab324 100644
|
| --- a/ash/test/ash_test_helper.cc
|
| +++ b/ash/test/ash_test_helper.cc
|
| @@ -206,15 +206,5 @@ aura::Window* AshTestHelper::CurrentContext() {
|
| return root_window;
|
| }
|
|
|
| -// static
|
| -bool AshTestHelper::SupportsMultipleDisplays() {
|
| - // TODO(jamescook): Figure out if we want SupportsMultipleDisplays() to return
|
| - // false on mustash. If not, remove this function and the AshTestBase version
|
| - // and remove calls from all the tests. For now just leave the ifdef strings
|
| - // OS_CHROMEOS and OS_WIN in this comment as a reminder to clean up.
|
| - // http://crbug.com/682990
|
| - return true;
|
| -}
|
| -
|
| } // namespace test
|
| } // namespace ash
|
|
|