| Index: chrome/browser/ui/views/frame/browser_view_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view_interactive_uitest.cc b/chrome/browser/ui/views/frame/browser_view_interactive_uitest.cc
|
| index 8202d10ee54fd5861c2e414b0e9ca031192775f3..5a7cb83da4440fbd6cecc586702e5713090bae7a 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view_interactive_uitest.cc
|
| @@ -210,7 +210,7 @@ IN_PROC_BROWSER_TEST_F(BrowserViewImmersiveInstantExtendedTest,
|
| // Test suggestions on a normal web page, which are in an overlay.
|
|
|
| // Focus omnibox, which constructs an overlay web contents.
|
| - FocusOmniboxAndWaitForInstantExtendedSupport();
|
| + FocusOmniboxAndWaitForInstantOverlayAndNTPSupport();
|
| EXPECT_TRUE(instant()->model()->mode().is_default());
|
| // The above testing code doesn't trigger the views location bar focus path,
|
| // so force it to happen explicitly.
|
|
|