Commit 6d1e227b authored by Gang Wu's avatar Gang Wu Committed by Commit Bot

Split two field trials to avoid crash in start up

Make two field trial name match about_flags.cc to avoid crash when start

Change-Id: I3ca9f0bef88b0b4ff4d6744c0fb4b9166b5ca2c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2240451Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Gang Wu <gangwu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#777261}
parent 8c216a5e
...@@ -104,22 +104,6 @@ ...@@ -104,22 +104,6 @@
] ]
} }
], ],
"AndroidCopyImageAndClipboardImageSuggstions": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "AndroidCopyImageAndClipboardImageSuggstions",
"enable_features": [
"ContextMenuCopyImage",
"OmniboxEnableClipboardProviderImageSuggestions"
]
}
]
}
],
"AndroidDarkSearch": [ "AndroidDarkSearch": [
{ {
"platforms": [ "platforms": [
...@@ -1662,6 +1646,21 @@ ...@@ -1662,6 +1646,21 @@
] ]
} }
], ],
"ContextMenuCopyImage": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"ContextMenuCopyImage"
]
}
]
}
],
"ContextMenuSearchWithGoogleLensMultiArm": [ "ContextMenuSearchWithGoogleLensMultiArm": [
{ {
"platforms": [ "platforms": [
...@@ -4331,6 +4330,21 @@ ...@@ -4331,6 +4330,21 @@
] ]
} }
], ],
"OmniboxEnableClipboardProviderImageSuggestions": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"OmniboxEnableClipboardProviderImageSuggestions"
]
}
]
}
],
"OmniboxLocalEntities": [ "OmniboxLocalEntities": [
{ {
"platforms": [ "platforms": [
......
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