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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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 | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | 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 "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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "SdchPersistence": [ 431 "SdchPersistence": [
432 { 432 {
433 "group_name": "Enabled" 433 "group_name": "Enabled"
434 } 434 }
435 ], 435 ],
436 "SettingsEnforcement": [ 436 "SettingsEnforcement": [
437 { 437 {
438 "group_name": "enforce_always_with_extensions_and_dse" 438 "group_name": "enforce_always_with_extensions_and_dse"
439 } 439 }
440 ], 440 ],
441 "SignInPasswordPromo": [
442 {
443 "group_name": "Enable",
444 "params": {
445 "dismissal_threshold": "1"
446 }
447 }
448 ],
441 "StrictSecureCookies": [ 449 "StrictSecureCookies": [
442 { 450 {
443 "group_name": "Enabled" 451 "group_name": "Enabled"
444 } 452 }
445 ], 453 ],
446 "SyncHttpContentCompression": [ 454 "SyncHttpContentCompression": [
447 { 455 {
448 "group_name": "Enabled" 456 "group_name": "Enabled"
449 }, 457 },
450 { 458 {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 ], 532 ],
525 "use-new-media-cache": [ 533 "use-new-media-cache": [
526 { 534 {
527 "enable_features": [ 535 "enable_features": [
528 "use-new-media-cache" 536 "use-new-media-cache"
529 ], 537 ],
530 "group_name": "Enabled" 538 "group_name": "Enabled"
531 } 539 }
532 ] 540 ]
533 } 541 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698