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

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

Issue 24733003: Update defaults for InstantExtended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused. Created 7 years, 1 month 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_service_unittest.cc ('k') | chrome/browser/search/instant_unittest_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6e46cf953675d5cde10f0bb15eab9c4a861bb39b..a97e595cebfa5353853d7ba8662001d5af35d27d 100644
--- a/chrome/browser/search/instant_unittest_base.h
+++ b/chrome/browser/search/instant_unittest_base.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/metrics/field_trial.h"
#include "chrome/browser/search/instant_service.h"
#include "chrome/browser/search_engines/template_url_service.h"
#include "chrome/test/base/browser_with_test_window_test.h"
@@ -18,9 +19,15 @@ class InstantServiceObserver;
// Embedded Search / Instant implementation classes.
class InstantUnitTestBase : public BrowserWithTestWindowTest {
protected:
+ InstantUnitTestBase();
+ virtual ~InstantUnitTestBase();
+
virtual void SetUp() OVERRIDE;
virtual void TearDown() OVERRIDE;
+ virtual void SetUpWithoutCacheableNTP();
+ virtual void SetUpHelper();
+
// 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.
@@ -37,6 +44,7 @@ class InstantUnitTestBase : public BrowserWithTestWindowTest {
InstantService* instant_service_;
TemplateURLService* template_url_service_;
+ scoped_ptr<base::FieldTrialList> field_trial_list_;
};
#endif // CHROME_BROWSER_SEARCH_INSTANT_UNITTEST_BASE_H_
« no previous file with comments | « chrome/browser/search/instant_service_unittest.cc ('k') | chrome/browser/search/instant_unittest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698