| Index: ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| diff --git a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| index c432d28481a6694363b6a243fbc4dff3d7334a07..35ced58c97f47e3754d7649eb662f1b8d1224c0d 100644
|
| --- a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| +++ b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| @@ -135,15 +135,6 @@ TEST_F(AshPopupAlignmentDelegateTest, MAYBE_ShelfAlignment) {
|
| EXPECT_EQ(BOTTOM_LEFT, GetPositionInDisplay(toast_point));
|
| EXPECT_FALSE(alignment_delegate()->IsTopDown());
|
| EXPECT_TRUE(alignment_delegate()->IsFromLeft());
|
| -
|
| - Shell::GetInstance()->SetShelfAlignment(
|
| - SHELF_ALIGNMENT_TOP,
|
| - Shell::GetPrimaryRootWindow());
|
| - toast_point.set_x(alignment_delegate()->GetToastOriginX(toast_size));
|
| - toast_point.set_y(alignment_delegate()->GetBaseLine());
|
| - EXPECT_EQ(TOP_RIGHT, GetPositionInDisplay(toast_point));
|
| - EXPECT_TRUE(alignment_delegate()->IsTopDown());
|
| - EXPECT_FALSE(alignment_delegate()->IsFromLeft());
|
| }
|
|
|
| TEST_F(AshPopupAlignmentDelegateTest, LockScreen) {
|
|
|