Commit 47080fac authored by Min Qin's avatar Min Qin Committed by Chromium LUCI CQ

Modify testing config to reflect changes in QueryTiles beta/canary/dev

experiments

Change-Id: Id60801cab5eac50f90819b88bfe82f3699aca9dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578870Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Min Qin <qinmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836015}
parent 9c119a86
...@@ -5916,10 +5916,10 @@ ...@@ -5916,10 +5916,10 @@
] ]
}, },
{ {
"name": "EnabledStitch", "name": "EnabledStitchAndTrending",
"params": { "params": {
"base_url": "https://chromeupboarding-pa.googleapis.com", "base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "", "experiment_tag": "{enableTrending: true}",
"image_prefetch_mode": "top", "image_prefetch_mode": "top",
"is_unmetered_network_required": "false", "is_unmetered_network_required": "false",
"most_visited_max_rows_normal_screen": "2", "most_visited_max_rows_normal_screen": "2",
...@@ -5929,11 +5929,11 @@ ...@@ -5929,11 +5929,11 @@
"enable_features": [ "enable_features": [
"QueryTiles", "QueryTiles",
"QueryTilesInNTP", "QueryTilesInNTP",
"QueryTilesInOmnibox" "QueryTilesInOmnibox",
"QueryTilesLocalOrdering"
], ],
"disable_features": [ "disable_features": [
"QueryTilesEnableQueryEditing", "QueryTilesEnableQueryEditing"
"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