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

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

Issue 2584963002: Make DisableFirstRunAutoImport default on trunk in view of Stable experiment. (Closed)
Patch Set: Created 4 years 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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "experiments": [ 465 "experiments": [
466 { 466 {
467 "name": "DefaultEnableGpuRasterization", 467 "name": "DefaultEnableGpuRasterization",
468 "enable_features": [ 468 "enable_features": [
469 "DefaultEnableGpuRasterization" 469 "DefaultEnableGpuRasterization"
470 ] 470 ]
471 } 471 }
472 ] 472 ]
473 } 473 }
474 ], 474 ],
475 "DisableFirstRunAutoImport": [
476 {
477 "platforms": [
478 "win"
479 ],
480 "experiments": [
481 {
482 "name": "DisableFirstRunAutoImport",
483 "enable_features": [
484 "DisableFirstRunAutoImport"
485 ]
486 }
487 ]
488 }
489 ],
475 "DisallowFetchForDocWrittenScriptsInMainFrame": [ 490 "DisallowFetchForDocWrittenScriptsInMainFrame": [
476 { 491 {
477 "platforms": [ 492 "platforms": [
478 "android" 493 "android"
479 ], 494 ],
480 "experiments": [ 495 "experiments": [
481 { 496 {
482 "name": "DocumentWriteEvaluatorGroup", 497 "name": "DocumentWriteEvaluatorGroup",
483 "params": { 498 "params": {
484 "disallowFetchForDocWrittenScriptsInMainFrame": "false", 499 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
(...skipping 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after
2401 { 2416 {
2402 "name": "Enabled", 2417 "name": "Enabled",
2403 "enable_features": [ 2418 "enable_features": [
2404 "use-new-media-cache" 2419 "use-new-media-cache"
2405 ] 2420 ]
2406 } 2421 }
2407 ] 2422 ]
2408 } 2423 }
2409 ] 2424 ]
2410 } 2425 }
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