| Index: components/omnibox/browser/omnibox_field_trial.cc
|
| diff --git a/components/omnibox/browser/omnibox_field_trial.cc b/components/omnibox/browser/omnibox_field_trial.cc
|
| index 378027ff0bc2748b7e25fac1086ed2b30034d053..6524eb3d4ed52ad79a81e25bb102329fd5fd54e6 100644
|
| --- a/components/omnibox/browser/omnibox_field_trial.cc
|
| +++ b/components/omnibox/browser/omnibox_field_trial.cc
|
| @@ -43,13 +43,14 @@ const base::Feature kOmniboxEntitySuggestions{
|
|
|
| // Feature used to enable clipboard provider, which provides the user with
|
| // suggestions of the URL in the user's clipboard (if any) upon omnibox focus.
|
| -const base::Feature kEnableClipboardProvider {
|
| - "OmniboxEnableClipboardProvider",
|
| -#if defined(OS_IOS)
|
| - base::FEATURE_ENABLED_BY_DEFAULT
|
| -#else
|
| - base::FEATURE_DISABLED_BY_DEFAULT
|
| -#endif
|
| +const base::Feature kEnableClipboardProvider{
|
| + "OmniboxEnableClipboardProvider",
|
| + // TODO(mpearson): revert this before submitting.
|
| + //#if defined(OS_IOS)
|
| + base::FEATURE_ENABLED_BY_DEFAULT
|
| + //#else
|
| + // base::FEATURE_DISABLED_BY_DEFAULT
|
| + //#endif
|
| };
|
|
|
| // Feature to enable the search provider to send a request to the suggest
|
|
|