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

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

Issue 1857573002: [reland] Change net's predictor_tab_helper to use the new content Navigation API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update finch test config on chromeos Created 4 years, 7 months 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
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "PasswordBranding": [ 118 "PasswordBranding": [
119 { 119 {
120 "group_name": "SmartLockBrandingSavePromptOnly" 120 "group_name": "SmartLockBrandingSavePromptOnly"
121 } 121 }
122 ], 122 ],
123 "PasswordManagerSettingsMigration": [ 123 "PasswordManagerSettingsMigration": [
124 { 124 {
125 "group_name": "Enable" 125 "group_name": "Enable"
126 } 126 }
127 ], 127 ],
128 "PreconnectMore": [
129 {
130 "enable_features": [
131 "PreconnectMore"
132 ],
133 "group_name": "Enabled"
134 }
135 ],
128 "QUIC": [ 136 "QUIC": [
129 { 137 {
130 "group_name": "Enabled" 138 "group_name": "Enabled"
131 } 139 }
132 ], 140 ],
133 "ReportCertificateErrors": [ 141 "ReportCertificateErrors": [
134 { 142 {
135 "group_name": "ShowAndPossiblySend", 143 "group_name": "ShowAndPossiblySend",
136 "params": { 144 "params": {
137 "sendingThreshold": "1.0" 145 "sendingThreshold": "1.0"
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 ], 307 ],
300 "use-new-media-cache": [ 308 "use-new-media-cache": [
301 { 309 {
302 "enable_features": [ 310 "enable_features": [
303 "use-new-media-cache" 311 "use-new-media-cache"
304 ], 312 ],
305 "group_name": "Enabled" 313 "group_name": "Enabled"
306 } 314 }
307 ] 315 ]
308 } 316 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698