Commit b89846aa authored by Shakti Sahu's avatar Shakti Sahu Committed by Commit Bot

Query Tiles : Updated finch config to match the launch group

This CL updates the field trial testing config for the launch group,
and removes the non-launch groups for query tiles experiment.

Bug: None
Change-Id: Ie3a61d3d61df175bb815818ac351be4471bede1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495871Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Shakti Sahu <shaktisahu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821083}
parent a54ac3fd
...@@ -5773,92 +5773,13 @@ ...@@ -5773,92 +5773,13 @@
}, },
"enable_features": [ "enable_features": [
"QueryTiles", "QueryTiles",
"QueryTilesInNTP",
"QueryTilesInOmnibox" "QueryTilesInOmnibox"
], ],
"disable_features": [ "disable_features": [
"QueryTilesEnableQueryEditing", "QueryTilesEnableQueryEditing",
"QueryTilesLocalOrdering" "QueryTilesLocalOrdering"
] ]
},
{
"name": "EnabledStitchAndLocalOrdering",
"params": {
"base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "",
"image_prefetch_mode": "top",
"is_unmetered_network_required": "false",
"most_visited_max_rows_normal_screen": "2",
"most_visited_max_rows_small_screen": "1",
"small_screen_height_threshold_dp": "700"
},
"enable_features": [
"QueryTiles",
"QueryTilesInOmnibox",
"QueryTilesLocalOrdering"
],
"disable_features": [
"QueryTilesEnableQueryEditing"
]
},
{
"name": "EnabledStitchAndTrending",
"params": {
"base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "enableTrending : true",
"image_prefetch_mode": "top",
"is_unmetered_network_required": "false",
"most_visited_max_rows_normal_screen": "2",
"most_visited_max_rows_small_screen": "1",
"small_screen_height_threshold_dp": "700"
},
"enable_features": [
"QueryTiles",
"QueryTilesInOmnibox"
],
"disable_features": [
"QueryTilesEnableQueryEditing",
"QueryTilesLocalOrdering"
]
},
{
"name": "EnabledExplore",
"params": {
"base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "maxLevels : 1",
"image_prefetch_mode": "top",
"is_unmetered_network_required": "false",
"most_visited_max_rows_normal_screen": "2",
"most_visited_max_rows_small_screen": "1",
"small_screen_height_threshold_dp": "700"
},
"enable_features": [
"QueryTiles",
"QueryTilesInOmnibox"
],
"disable_features": [
"QueryTilesEnableQueryEditing",
"QueryTilesLocalOrdering"
]
},
{
"name": "EnabledStart",
"params": {
"base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "maxLevels : 1",
"image_prefetch_mode": "top",
"is_unmetered_network_required": "false",
"most_visited_max_rows_normal_screen": "2",
"most_visited_max_rows_small_screen": "1",
"small_screen_height_threshold_dp": "700"
},
"enable_features": [
"QueryTiles",
"QueryTilesEnableQueryEditing",
"QueryTilesInOmnibox"
],
"disable_features": [
"QueryTilesLocalOrdering"
]
} }
] ]
} }
......
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