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

Unified Diff: chrome/browser/search/instant_unittest_base.h

Issue 2211983002: Remove search::IsQueryExtractionEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_prefetch_non_default
Patch Set: remove more tests Created 4 years, 4 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/search/instant_unittest_base.h
diff --git a/chrome/browser/search/instant_unittest_base.h b/chrome/browser/search/instant_unittest_base.h
index e6bebf588c5bbbb13e64626fea951250afee0418..e489fe02ec72c1cbb600dbc92a4114e203b2fd39 100644
--- a/chrome/browser/search/instant_unittest_base.h
+++ b/chrome/browser/search/instant_unittest_base.h
@@ -26,11 +26,6 @@ class InstantUnitTestBase : public BrowserWithTestWindowTest {
void SetUp() override;
void TearDown() override;
-#if !defined(OS_ANDROID)
- // Query extraction is always enabled on Android and iOS.
- void SetUpWithoutQueryExtraction();
-#endif
-
// Adds and sets the default search provider using the base_url.
// The base_url should have the http[s]:// prefix and a trailing / after the
// TLD.
@@ -52,8 +47,6 @@ class InstantUnitTestBase : public BrowserWithTestWindowTest {
private:
// BrowserWithTestWindowTest override:
TestingProfile* CreateProfile() override;
-
- void SetUpHelper();
};
#endif // CHROME_BROWSER_SEARCH_INSTANT_UNITTEST_BASE_H_

Powered by Google App Engine
This is Rietveld 408576698