| Index: ash/display/display_layout_store.cc
|
| diff --git a/ash/display/display_layout_store.cc b/ash/display/display_layout_store.cc
|
| index 2f5dc2b3f37b29561c4f2e3ea4b7d9ed5161911d..c002e04e8f79769c6c6ac79ad2fbd8861dcd5748 100644
|
| --- a/ash/display/display_layout_store.cc
|
| +++ b/ash/display/display_layout_store.cc
|
| @@ -51,11 +51,6 @@ void DisplayLayoutStore::RegisterLayoutForDisplayIdPair(
|
| const DisplayLayout& layout) {
|
| auto key = CreateDisplayIdPair(id1, id2);
|
| paired_layouts_[key] = layout;
|
| -#if defined(OS_CHROMEOS)
|
| - // Force disabling unified desktop if the flag is not set.
|
| - if (!switches::UnifiedDesktopEnabled())
|
| - paired_layouts_[key].default_unified = false;
|
| -#endif
|
| }
|
|
|
| DisplayLayout DisplayLayoutStore::GetRegisteredDisplayLayout(
|
|
|