Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2450963002: Update the testing config with the new experiments for PVer4. (Closed)
Patch Set: Fix silly typos Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after
1691 "SafeBrowsingV4LocalDatabaseManagerEnabled": [ 1691 "SafeBrowsingV4LocalDatabaseManagerEnabled": [
1692 { 1692 {
1693 "platforms": [ 1693 "platforms": [
1694 "chromeos", 1694 "chromeos",
1695 "linux", 1695 "linux",
1696 "mac", 1696 "mac",
1697 "win" 1697 "win"
1698 ], 1698 ],
1699 "experiments": [ 1699 "experiments": [
1700 { 1700 {
1701 "name": "Enabled" 1701 "name": "Control",
1702 "disable_features": [
1703 "SafeBrowsingV4HybridEnabled",
1704 "SafeBrowsingV4LocalDatabaseManagerEnabled"
1705 ]
1706 },
1707 {
1708 "name": "V4JustUpdate",
1709 "enable_features": [
1710 "SafeBrowsingV4LocalDatabaseManagerEnabled"
1711 ]
1712 },
1713 {
1714 "name": "V4Hybrid",
Alexei Svitkine (slow) 2016/10/25 20:33:09 The first group is the one that receives testing.
1715 "enable_features": [
1716 "SafeBrowsingV4HybridEnabled",
1717 "SafeBrowsingV4LocalDatabaseManagerEnabled"
1718 ]
1719 },
1720 {
1721 "name": "Default"
1702 } 1722 }
1703 ] 1723 ]
1704 } 1724 }
1705 ], 1725 ],
1706 "SaveAsMenuText": [ 1726 "SaveAsMenuText": [
1707 { 1727 {
1708 "platforms": [ 1728 "platforms": [
1709 "chromeos", 1729 "chromeos",
1710 "linux", 1730 "linux",
1711 "mac", 1731 "mac",
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 { 2256 {
2237 "name": "Enabled", 2257 "name": "Enabled",
2238 "enable_features": [ 2258 "enable_features": [
2239 "use-new-media-cache" 2259 "use-new-media-cache"
2240 ] 2260 ]
2241 } 2261 }
2242 ] 2262 ]
2243 } 2263 }
2244 ] 2264 ]
2245 } 2265 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698