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

Unified Diff: chrome/browser/ui/search/instant_test_utils.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/search/instant_test_utils.cc
diff --git a/chrome/browser/ui/search/instant_test_utils.cc b/chrome/browser/ui/search/instant_test_utils.cc
index ac3e17fab560e40a3c3cea9aaa75dda11d7bd5ea..e65d33cac0f3ac3697d844e3504a6d4163e116de 100644
--- a/chrome/browser/ui/search/instant_test_utils.cc
+++ b/chrome/browser/ui/search/instant_test_utils.cc
@@ -118,7 +118,7 @@ void InstantTestBase::FocusOmnibox() {
}
}
-void InstantTestBase::FocusOmniboxAndWaitForInstantSupport() {
+void InstantTestBase::FocusOmniboxAndWaitForInstantOverlaySupport() {
content::WindowedNotificationObserver observer(
chrome::NOTIFICATION_INSTANT_OVERLAY_SUPPORT_DETERMINED,
content::NotificationService::AllSources());
@@ -126,7 +126,7 @@ void InstantTestBase::FocusOmniboxAndWaitForInstantSupport() {
observer.Wait();
}
-void InstantTestBase::FocusOmniboxAndWaitForInstantExtendedSupport() {
+void InstantTestBase::FocusOmniboxAndWaitForInstantOverlayAndNTPSupport() {
content::WindowedNotificationObserver ntp_observer(
chrome::NOTIFICATION_INSTANT_NTP_SUPPORT_DETERMINED,
content::NotificationService::AllSources());

Powered by Google App Engine
This is Rietveld 408576698