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

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

Issue 2610853008: Update name of DisableFirstRunAutoImport default experiment to match finch config (Closed)
Patch Set: Created 3 years, 11 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 | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 ] 473 ]
474 } 474 }
475 ], 475 ],
476 "DisableFirstRunAutoImport": [ 476 "DisableFirstRunAutoImport": [
477 { 477 {
478 "platforms": [ 478 "platforms": [
479 "win" 479 "win"
480 ], 480 ],
481 "experiments": [ 481 "experiments": [
482 { 482 {
483 "name": "DisableFirstRunAutoImport", 483 "name": "AutoImportDisabled",
484 "enable_features": [ 484 "enable_features": [
485 "DisableFirstRunAutoImport" 485 "DisableFirstRunAutoImport"
486 ] 486 ]
487 } 487 }
488 ] 488 ]
489 } 489 }
490 ], 490 ],
491 "DisallowFetchForDocWrittenScriptsInMainFrame": [ 491 "DisallowFetchForDocWrittenScriptsInMainFrame": [
492 { 492 {
493 "platforms": [ 493 "platforms": [
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2506 { 2506 {
2507 "name": "Enabled", 2507 "name": "Enabled",
2508 "enable_features": [ 2508 "enable_features": [
2509 "use-new-media-cache" 2509 "use-new-media-cache"
2510 ] 2510 ]
2511 } 2511 }
2512 ] 2512 ]
2513 } 2513 }
2514 ] 2514 ]
2515 } 2515 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698