| Index: chrome/browser/ui/search/instant_extended_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/search/instant_extended_interactive_uitest.cc b/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
|
| index a1142c5d88018c098c131a0470e3f942adc5a516..696d21871afc6d5c3a6fbc7649b4c5dbdf1d1823 100644
|
| --- a/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/search/instant_extended_interactive_uitest.cc
|
| @@ -155,7 +155,7 @@ class InstantExtendedTest : public InProcessBrowserTest,
|
| }
|
| protected:
|
| virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
|
| - chrome::EnableInstantExtendedAPIForTesting();
|
| + chrome::EnableQueryExtractionForTesting();
|
| ASSERT_TRUE(https_test_server().Start());
|
| GURL instant_url = https_test_server().GetURL(
|
| "files/instant_extended.html?strk=1&");
|
| @@ -281,7 +281,7 @@ class InstantExtendedPrefetchTest : public InstantExtendedTest {
|
| }
|
|
|
| virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
|
| - chrome::EnableInstantExtendedAPIForTesting();
|
| + chrome::EnableQueryExtractionForTesting();
|
| ASSERT_TRUE(https_test_server().Start());
|
| GURL instant_url = https_test_server().GetURL(
|
| "files/instant_extended.html?strk=1&");
|
| @@ -332,7 +332,6 @@ class InstantPolicyTest : public ExtensionBrowserTest, public InstantTestBase {
|
|
|
| protected:
|
| virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
|
| - chrome::EnableInstantExtendedAPIForTesting();
|
| ASSERT_TRUE(https_test_server().Start());
|
| GURL instant_url = https_test_server().GetURL(
|
| "files/instant_extended.html?strk=1&");
|
|
|