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

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

Issue 2262733002: Land a testing Finch config for the Chrome Sign in promo in the password bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "SchedulerExpensiveTaskBlocking": [ 318 "SchedulerExpensiveTaskBlocking": [
319 { 319 {
320 "group_name": "Enabled" 320 "group_name": "Enabled"
321 } 321 }
322 ], 322 ],
323 "SdchPersistence": [ 323 "SdchPersistence": [
324 { 324 {
325 "group_name": "Enabled" 325 "group_name": "Enabled"
326 } 326 }
327 ], 327 ],
328 "SignInPasswordPromo": [
329 {
330 "group_name": "Enable",
331 "params": {
332 "dismissal_threshold": "1"
333 }
334 }
335 ],
328 "SimpleCacheTrial": [ 336 "SimpleCacheTrial": [
329 { 337 {
330 "group_name": "ExperimentYes" 338 "group_name": "ExperimentYes"
331 } 339 }
332 ], 340 ],
333 "StrictSecureCookies": [ 341 "StrictSecureCookies": [
334 { 342 {
335 "group_name": "Enabled" 343 "group_name": "Enabled"
336 } 344 }
337 ], 345 ],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 ], 419 ],
412 "use-new-media-cache": [ 420 "use-new-media-cache": [
413 { 421 {
414 "enable_features": [ 422 "enable_features": [
415 "use-new-media-cache" 423 "use-new-media-cache"
416 ], 424 ],
417 "group_name": "Enabled" 425 "group_name": "Enabled"
418 } 426 }
419 ] 427 ]
420 } 428 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698