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

Unified Diff: chrome/browser/autocomplete/autocomplete_field_trial.h

Issue 10260020: Make Omnibox HistoryURL Provider always aggressive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unit test. Created 8 years, 8 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/autocomplete/autocomplete_field_trial.h
diff --git a/chrome/browser/autocomplete/autocomplete_field_trial.h b/chrome/browser/autocomplete/autocomplete_field_trial.h
index 5ac03eea7cec600b09983e44792f827705843aac..2b6b6288c33465e158ec1391106ccfa2cfc93acd 100644
--- a/chrome/browser/autocomplete/autocomplete_field_trial.h
+++ b/chrome/browser/autocomplete/autocomplete_field_trial.h
@@ -18,18 +18,6 @@ class AutocompleteFieldTrial {
static void Activate();
// ---------------------------------------------------------
- // For the aggressive History URL Provider field trial.
-
- // Returns whether the user is in any field trial group for this
- // field trial. False indicates that the field trial wasn't
- // successfully created for some reason.
- static bool InAggressiveHUPFieldTrial();
-
- // Returns whether the user should get the experiment setup or
- // the default setup for this field trial.
- static bool InAggressiveHUPFieldTrialExperimentGroup();
-
- // ---------------------------------------------------------
// For the inline History Quick Provider field trial.
// Returns whether the user is in any field trial group for this

Powered by Google App Engine
This is Rietveld 408576698