| Index: ash/test/ash_test_base.cc
|
| diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
|
| index 1de82986a3aba0df5d9f74e83dd8e73b565b685e..ef6c1f159d367c62cb5ef4bd8d97a6e9f3cdff70 100644
|
| --- a/ash/test/ash_test_base.cc
|
| +++ b/ash/test/ash_test_base.cc
|
| @@ -241,7 +241,7 @@ display::Display::Rotation AshTestBase::GetCurrentInternalDisplayRotation() {
|
| }
|
|
|
| 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())
|
|
|