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_ |