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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "PasswordBranding": [ 133 "PasswordBranding": [
134 { 134 {
135 "group_name": "SmartLockBrandingSavePromptOnly" 135 "group_name": "SmartLockBrandingSavePromptOnly"
136 } 136 }
137 ], 137 ],
138 "PasswordManagerSettingsMigration": [ 138 "PasswordManagerSettingsMigration": [
139 { 139 {
140 "group_name": "Enable" 140 "group_name": "Enable"
141 } 141 }
142 ], 142 ],
143 "PreconnectMore": [
144 {
145 "enable_features": [
146 "PreconnectMore"
147 ],
148 "group_name": "Enabled"
149 }
150 ],
143 "QUIC": [ 151 "QUIC": [
144 { 152 {
145 "group_name": "Enabled" 153 "group_name": "Enabled"
146 } 154 }
147 ], 155 ],
148 "RefreshTokenDeviceId": [ 156 "RefreshTokenDeviceId": [
149 { 157 {
150 "group_name": "Enabled" 158 "group_name": "Enabled"
151 } 159 }
152 ], 160 ],
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 ], 362 ],
355 "use-new-media-cache": [ 363 "use-new-media-cache": [
356 { 364 {
357 "enable_features": [ 365 "enable_features": [
358 "use-new-media-cache" 366 "use-new-media-cache"
359 ], 367 ],
360 "group_name": "Enabled" 368 "group_name": "Enabled"
361 } 369 }
362 ] 370 ]
363 } 371 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698