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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "PasswordBranding": [ 162 "PasswordBranding": [
163 { 163 {
164 "group_name": "SmartLockBrandingSavePromptOnly" 164 "group_name": "SmartLockBrandingSavePromptOnly"
165 } 165 }
166 ], 166 ],
167 "PasswordManagerSettingsMigration": [ 167 "PasswordManagerSettingsMigration": [
168 { 168 {
169 "group_name": "Enable" 169 "group_name": "Enable"
170 } 170 }
171 ], 171 ],
172 "PreconnectMore": [
173 {
174 "enable_features": [
175 "PreconnectMore"
176 ],
177 "group_name": "Enabled"
178 }
179 ],
172 "QUIC": [ 180 "QUIC": [
173 { 181 {
174 "group_name": "Enabled" 182 "group_name": "Enabled"
175 } 183 }
176 ], 184 ],
177 "RefreshTokenDeviceId": [ 185 "RefreshTokenDeviceId": [
178 { 186 {
179 "group_name": "Enabled" 187 "group_name": "Enabled"
180 } 188 }
181 ], 189 ],
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 ], 399 ],
392 "use-new-media-cache": [ 400 "use-new-media-cache": [
393 { 401 {
394 "enable_features": [ 402 "enable_features": [
395 "use-new-media-cache" 403 "use-new-media-cache"
396 ], 404 ],
397 "group_name": "Enabled" 405 "group_name": "Enabled"
398 } 406 }
399 ] 407 ]
400 } 408 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698