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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "OutOfProcessPac": [ 108 "OutOfProcessPac": [
109 { 109 {
110 "group_name": "Enabled" 110 "group_name": "Enabled"
111 } 111 }
112 ], 112 ],
113 "PageRevisitInstrumentation": [ 113 "PageRevisitInstrumentation": [
114 { 114 {
115 "group_name": "Enabled" 115 "group_name": "Enabled"
116 } 116 }
117 ], 117 ],
118 "PassiveDocumentEventListeners": [
119 {
120 "enable_features": [
121 "PassiveDocumentEventListeners"
122 ],
123 "group_name": "Enabled"
124 }
125 ],
118 "PasswordBranding": [ 126 "PasswordBranding": [
119 { 127 {
120 "group_name": "SmartLockBrandingSavePromptOnly" 128 "group_name": "SmartLockBrandingSavePromptOnly"
121 } 129 }
122 ], 130 ],
123 "PasswordManagerSettingsMigration": [ 131 "PasswordManagerSettingsMigration": [
124 { 132 {
125 "group_name": "Enable" 133 "group_name": "Enable"
126 } 134 }
127 ], 135 ],
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 ], 319 ],
312 "use-new-media-cache": [ 320 "use-new-media-cache": [
313 { 321 {
314 "enable_features": [ 322 "enable_features": [
315 "use-new-media-cache" 323 "use-new-media-cache"
316 ], 324 ],
317 "group_name": "Enabled" 325 "group_name": "Enabled"
318 } 326 }
319 ] 327 ]
320 } 328 }
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