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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "OutOfProcessPac": [ 139 "OutOfProcessPac": [
140 { 140 {
141 "group_name": "Enabled" 141 "group_name": "Enabled"
142 } 142 }
143 ], 143 ],
144 "PageRevisitInstrumentation": [ 144 "PageRevisitInstrumentation": [
145 { 145 {
146 "group_name": "Enabled" 146 "group_name": "Enabled"
147 } 147 }
148 ], 148 ],
149 "PassiveDocumentEventListeners": [
150 {
151 "enable_features": [
152 "PassiveDocumentEventListeners"
153 ],
154 "group_name": "Enabled"
155 }
156 ],
149 "PasswordBranding": [ 157 "PasswordBranding": [
150 { 158 {
151 "group_name": "SmartLockBrandingSavePromptOnly" 159 "group_name": "SmartLockBrandingSavePromptOnly"
152 } 160 }
153 ], 161 ],
154 "PasswordManagerSettingsMigration": [ 162 "PasswordManagerSettingsMigration": [
155 { 163 {
156 "group_name": "Enable" 164 "group_name": "Enable"
157 } 165 }
158 ], 166 ],
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 ], 382 ],
375 "use-new-media-cache": [ 383 "use-new-media-cache": [
376 { 384 {
377 "enable_features": [ 385 "enable_features": [
378 "use-new-media-cache" 386 "use-new-media-cache"
379 ], 387 ],
380 "group_name": "Enabled" 388 "group_name": "Enabled"
381 } 389 }
382 ] 390 ]
383 } 391 }
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