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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "OutOfProcessPac": [ 176 "OutOfProcessPac": [
177 { 177 {
178 "group_name": "Enabled" 178 "group_name": "Enabled"
179 } 179 }
180 ], 180 ],
181 "PageRevisitInstrumentation": [ 181 "PageRevisitInstrumentation": [
182 { 182 {
183 "group_name": "Enabled" 183 "group_name": "Enabled"
184 } 184 }
185 ], 185 ],
186 "PassiveDocumentEventListeners": [
187 {
188 "enable_features": [
189 "PassiveDocumentEventListeners"
190 ],
191 "group_name": "Enabled"
192 }
193 ],
186 "PasswordBranding": [ 194 "PasswordBranding": [
187 { 195 {
188 "group_name": "SmartLockBrandingSavePromptOnly" 196 "group_name": "SmartLockBrandingSavePromptOnly"
189 } 197 }
190 ], 198 ],
191 "PasswordManagerSettingsMigration": [ 199 "PasswordManagerSettingsMigration": [
192 { 200 {
193 "group_name": "Enable" 201 "group_name": "Enable"
194 } 202 }
195 ], 203 ],
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 ], 435 ],
428 "use-new-media-cache": [ 436 "use-new-media-cache": [
429 { 437 {
430 "enable_features": [ 438 "enable_features": [
431 "use-new-media-cache" 439 "use-new-media-cache"
432 ], 440 ],
433 "group_name": "Enabled" 441 "group_name": "Enabled"
434 } 442 }
435 ] 443 ]
436 } 444 }
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