Index: components/search/search_android_unittest.cc |
diff --git a/components/search/search_android_unittest.cc b/components/search/search_android_unittest.cc |
index 063ec1a6f212c162790fdbce743336613c603608..387975f30142cb186eb0c3d59558c0f2007edf66 100644 |
--- a/components/search/search_android_unittest.cc |
+++ b/components/search/search_android_unittest.cc |
@@ -5,11 +5,8 @@ |
#include "components/search/search.h" |
#include "base/command_line.h" |
-#include "base/metrics/field_trial.h" |
-#include "base/metrics/statistics_recorder.h" |
#include "components/search/search.h" |
#include "components/search/search_switches.h" |
-#include "components/variations/entropy_provider.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace search { |
@@ -25,11 +22,6 @@ TEST(SearchTest, EmbeddedSearchAPIEnabled) { |
EXPECT_TRUE(IsInstantExtendedAPIEnabled()); |
} |
-TEST(SearchTest, QueryExtractionEnabled) { |
- // Query extraction is disabled on mobile. |
- EXPECT_FALSE(IsQueryExtractionEnabled()); |
-} |
- |
} // namespace |
} // namespace chrome |