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

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

Issue 2178573002: CL for perf tryjob on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "OutOfProcessPac": [ 214 "OutOfProcessPac": [
215 { 215 {
216 "group_name": "Enabled" 216 "group_name": "Enabled"
217 } 217 }
218 ], 218 ],
219 "PageRevisitInstrumentation": [ 219 "PageRevisitInstrumentation": [
220 { 220 {
221 "group_name": "Enabled" 221 "group_name": "Enabled"
222 } 222 }
223 ], 223 ],
224 "PassiveDocumentEventListeners": [
225 {
226 "enable_features": [
227 "PassiveDocumentEventListeners"
228 ],
229 "group_name": "Enabled"
230 }
231 ],
224 "PasswordBranding": [ 232 "PasswordBranding": [
225 { 233 {
226 "group_name": "SmartLockBrandingSavePromptOnly" 234 "group_name": "SmartLockBrandingSavePromptOnly"
227 } 235 }
228 ], 236 ],
229 "PasswordGeneration": [ 237 "PasswordGeneration": [
230 { 238 {
231 "group_name": "Disabled" 239 "group_name": "Disabled"
232 } 240 }
233 ], 241 ],
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 ], 486 ],
479 "use-new-media-cache": [ 487 "use-new-media-cache": [
480 { 488 {
481 "enable_features": [ 489 "enable_features": [
482 "use-new-media-cache" 490 "use-new-media-cache"
483 ], 491 ],
484 "group_name": "Enabled" 492 "group_name": "Enabled"
485 } 493 }
486 ] 494 ]
487 } 495 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | tools/perf/page_sets/key_silk_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698