Commit a45b0971 authored by Juan Mojica's avatar Juan Mojica Committed by Commit Bot

Update parameters for shopping experiments in field trial config.

Bug: 1092713
Change-Id: I8e0d7c2d18dcaac7ab930452c57907f1c31ab449
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363393
Commit-Queue: Juan Mojica <juanmojica@google.com>
Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799835}
parent 5db744f8
...@@ -1381,25 +1381,6 @@ ...@@ -1381,25 +1381,6 @@
] ]
} }
], ],
"ContextMenuSearchWithGoogleLensMultiArm": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "ContextMenuSearchWithGoogleLensActivateSearchByImageTextDisabled",
"params": {
"minAgsaVersionName": "10.65",
"useSearchByImageText": "false"
},
"enable_features": [
"ContextMenuSearchWithGoogleLens"
]
}
]
}
],
"ContextualSearch": [ "ContextualSearch": [
{ {
"platforms": [ "platforms": [
...@@ -2844,6 +2825,28 @@ ...@@ -2844,6 +2825,28 @@
] ]
} }
], ],
"GoogleLensShoppingSupportedBrowserVersionsMultiArm": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "EnabledWithTextShopSimilarProducts",
"params": {
"lensShopVariation": "ShopSimilarProducts",
"minAgsaVersionNameForShopping": "11.17"
},
"enable_features": [
"ContextMenuEnableLensShoppingAllowlist",
"ContextMenuSearchAndShopWithGoogleLens",
"ContextMenuSearchWithGoogleLens",
"ContextMenuShopWithGoogleLens"
]
}
]
}
],
"GpuUseDisplayThreadPriority": [ "GpuUseDisplayThreadPriority": [
{ {
"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