| Index: ash/app_list/app_list_presenter_delegate_unittest.cc
|
| diff --git a/ash/app_list/app_list_presenter_delegate_unittest.cc b/ash/app_list/app_list_presenter_delegate_unittest.cc
|
| index 10c6b451e352758ea1c30255dc1b89bbd859bd0c..c7be812364ee4417364822bdba697485a6215161 100644
|
| --- a/ash/app_list/app_list_presenter_delegate_unittest.cc
|
| +++ b/ash/app_list/app_list_presenter_delegate_unittest.cc
|
| @@ -699,6 +699,8 @@ TEST_F(AppListPresenterDelegateTest,
|
| app_list_presenter_impl()->Show(GetPrimaryDisplayId());
|
| EXPECT_TRUE(app_list::features::IsFullscreenAppListEnabled());
|
| EXPECT_FALSE(GetPrimaryShelf()->IsHorizontalAlignment());
|
| + // TODO(muyuanli): This should be SHELF_BACKGROUND_OVERLAP but the test
|
| + // construction code is not quite correct. See crbug.com/742461.
|
| EXPECT_EQ(GetPrimaryShelf()->shelf_layout_manager()->GetShelfBackgroundType(),
|
| SHELF_BACKGROUND_DEFAULT);
|
| }
|
|
|