Commit b20234a4 authored by Robbie Gibson's avatar Robbie Gibson Committed by Commit Bot

Add new entries to fieldtrial for omnibox and ios clipboard experiments

ClipboardContentBehavior,
OmniboxEnableClipboardProviderImageSuggestions,
OmniboxEnableClipboardProviderTextSuggestions,
OmniboxPopupShortcutIconsInZeroState

are being ramped. They should have entries in
fieldtrial_testing_config.json.

Bug: 933385, 888367
Change-Id: Ia93ece5606ee74f41a98d803eef94c1d0f373632
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614201Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Robbie Gibson <rkgibson@google.com>
Cr-Commit-Position: refs/heads/master@{#660774}
parent 306ae13a
...@@ -1482,6 +1482,21 @@ ...@@ -1482,6 +1482,21 @@
] ]
} }
], ],
"ClipboardContentBehavior": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"ClipboardContentBehavior"
]
}
]
}
],
"CompositorImageAnimation": [ "CompositorImageAnimation": [
{ {
"platforms": [ "platforms": [
...@@ -3401,7 +3416,9 @@ ...@@ -3401,7 +3416,9 @@
{ {
"name": "iOSExperiments", "name": "iOSExperiments",
"enable_features": [ "enable_features": [
"OmniboxDisplayTitleForCurrentUrl" "OmniboxEnableClipboardProviderImageSuggestions",
"OmniboxEnableClipboardProviderTextSuggestions",
"OmniboxPopupShortcutIconsInZeroState"
] ]
} }
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment