| Index: components/search/search_android_unittest.cc
|
| diff --git a/components/search/search_android_unittest.cc b/components/search/search_android_unittest.cc
|
| index 387975f30142cb186eb0c3d59558c0f2007edf66..08fd73ce0d23e5326384f370e6e571f5340de5b0 100644
|
| --- a/components/search/search_android_unittest.cc
|
| +++ b/components/search/search_android_unittest.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "base/command_line.h"
|
| #include "components/search/search.h"
|
| -#include "components/search/search_switches.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace search {
|
| @@ -16,10 +15,6 @@ namespace {
|
| TEST(SearchTest, EmbeddedSearchAPIEnabled) {
|
| EXPECT_EQ(1ul, EmbeddedSearchPageVersion());
|
| EXPECT_FALSE(IsInstantExtendedAPIEnabled());
|
| - base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| - switches::kEnableEmbeddedSearchAPI);
|
| - EXPECT_EQ(2ul, EmbeddedSearchPageVersion());
|
| - EXPECT_TRUE(IsInstantExtendedAPIEnabled());
|
| }
|
|
|
| } // namespace
|
|
|