| Index: chrome/browser/omnibox/omnibox_field_trial.h
|
| diff --git a/chrome/browser/omnibox/omnibox_field_trial.h b/chrome/browser/omnibox/omnibox_field_trial.h
|
| index e1e36f067b13fa4749932fe1b7ffe916d31c0854..1851924db4117b9482be89ea8b6eddd0f25dbc26 100644
|
| --- a/chrome/browser/omnibox/omnibox_field_trial.h
|
| +++ b/chrome/browser/omnibox/omnibox_field_trial.h
|
| @@ -123,29 +123,6 @@ class OmniboxFieldTrial {
|
| std::vector<uint32>* field_trial_hash);
|
|
|
| // ---------------------------------------------------------
|
| - // For the HistoryURL provider disable culling redirects field trial.
|
| -
|
| - // Returns whether the user is in any group for this field trial.
|
| - // (Should always be true unless initialization went wrong.)
|
| - static bool InHUPCullRedirectsFieldTrial();
|
| -
|
| - // Returns whether we should disable culling of redirects in
|
| - // HistoryURL provider.
|
| - static bool InHUPCullRedirectsFieldTrialExperimentGroup();
|
| -
|
| - // ---------------------------------------------------------
|
| - // For the HistoryURL provider disable creating a shorter match
|
| - // field trial.
|
| -
|
| - // Returns whether the user is in any group for this field trial.
|
| - // (Should always be true unless initialization went wrong.)
|
| - static bool InHUPCreateShorterMatchFieldTrial();
|
| -
|
| - // Returns whether we should disable creating a shorter match in
|
| - // HistoryURL provider.
|
| - static bool InHUPCreateShorterMatchFieldTrialExperimentGroup();
|
| -
|
| - // ---------------------------------------------------------
|
| // For the AutocompleteController "stop timer" field trial.
|
|
|
| // Returns the duration to be used for the AutocompleteController's stop
|
|
|