| 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 e76c8cc737ee329a10497e20ab6df43f7164c033..7468889d6f86550d39ca4705fd327a10addae90a 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
|
| @@ -39,7 +39,7 @@ IN_PROC_BROWSER_TEST_F(ZoomBubbleBrowserTest, MAYBE_NonImmersiveFullscreen) {
|
| scoped_ptr<FullscreenNotificationObserver> waiter(
|
| new FullscreenNotificationObserver());
|
| browser()->fullscreen_controller()->ToggleFullscreenModeForTab(
|
| - web_contents, true);
|
| + web_contents, GURL(), true);
|
| waiter->Wait();
|
| }
|
| ASSERT_FALSE(browser_view->immersive_mode_controller()->IsEnabled());
|
|
|