Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3302)

Unified Diff: chrome/browser/ui/views/frame/browser_view_interactive_uitest.cc

Issue 13963014: Local omnibox treats navsuggest suggestions as queries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698