| Index: chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc b/chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc
|
| index c8135e19c6779a3a6bfb7b0449bf8352a6beb682..c52692439696fb7435ace64e52ec9fad5d5788a5 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc
|
| @@ -96,7 +96,7 @@ IN_PROC_BROWSER_TEST_F(ZoomBubbleBrowserTest, ImmersiveFullscreen) {
|
| immersive_controller->GetRevealedLock(
|
| ImmersiveModeController::ANIMATE_REVEAL_NO));
|
| ASSERT_TRUE(immersive_controller->IsRevealed());
|
| - EXPECT_FALSE(ZoomBubbleView::IsShowing());
|
| + EXPECT_TRUE(ZoomBubbleView::zoom_bubble_->GetWidget()->IsClosed());
|
|
|
| // The zoom bubble should be anchored when it is shown in immersive fullscreen
|
| // and the top-of-window views are revealed.
|
|
|