| 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());
|
|
|