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

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

Issue 164023002: [Clean up] Delete InstantUnitTestBase::SetUpWithoutCacheableNTP(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « chrome/browser/search/instant_unittest_base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/instant_unittest_base.cc
diff --git a/chrome/browser/search/instant_unittest_base.cc b/chrome/browser/search/instant_unittest_base.cc
index 6c2466ce3f327dbc6e4b369285635c3b45e4eb27..80b43f6b0fa268fc3a31496c4d19f626af8b8e93 100644
--- a/chrome/browser/search/instant_unittest_base.cc
+++ b/chrome/browser/search/instant_unittest_base.cc
@@ -37,12 +37,6 @@ void InstantUnitTestBase::SetUp() {
SetUpHelper();
}
-void InstantUnitTestBase::SetUpWithoutCacheableNTP() {
- ASSERT_TRUE(base::FieldTrialList::CreateFieldTrial(
- "InstantExtended", "Group1 use_cacheable_ntp:0"));
- SetUpHelper();
-}
-
void InstantUnitTestBase::SetUpHelper() {
chrome::EnableQueryExtractionForTesting();
BrowserWithTestWindowTest::SetUp();
« no previous file with comments | « chrome/browser/search/instant_unittest_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698