| Index: ash/test/ash_test_base.cc
|
| diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
|
| index 67adb09f905e4967d8f8cf73c46265c0fb1f2499..e76649e643c18fb7a10bbd268cf58cefe5e1bb3f 100644
|
| --- a/ash/test/ash_test_base.cc
|
| +++ b/ash/test/ash_test_base.cc
|
| @@ -221,7 +221,7 @@ display::Display::Rotation AshTestBase::GetCurrentInternalDisplayRotation() {
|
|
|
| // static
|
| void AshTestBase::UpdateDisplay(const std::string& display_specs) {
|
| - if (Shell::GetAshConfig() == Config::MASH) {
|
| + if (!Shell::ShouldEnableSimplifiedDisplayManagement()) {
|
| ash_test_helper_->UpdateDisplayForMash(display_specs);
|
| } else {
|
| display::test::DisplayManagerTestApi(Shell::Get()->display_manager())
|
|
|