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

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

Issue 2296493002: Merge all Field Trial Testing Configuration Together (Closed)
Patch Set: Rebase to a67debf Created 4 years, 2 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
(Empty)
1 {
2 "AllBookmarks": [
3 {
4 "platforms": [
5 "android"
6 ],
7 "experiments": [
8 {
9 "name": "Disabled",
10 "disable_features": [
11 "AllBookmarks"
12 ]
13 }
14 ]
15 }
16 ],
17 "AndroidSessionNotifications": [
18 {
19 "platforms": [
20 "android"
21 ],
22 "experiments": [
23 {
24 "name": "Disabled"
25 }
26 ]
27 }
28 ],
29 "AsyncDNS": [
30 {
31 "platforms": [
32 "linux"
33 ],
34 "experiments": [
35 {
36 "name": "AsyncDNSA"
37 }
38 ]
39 }
40 ],
41 "AsyncDns": [
42 {
43 "platforms": [
44 "android"
45 ],
46 "experiments": [
47 {
48 "name": "AsyncDnsA"
49 },
50 {
51 "name": "SystemDnsA"
52 },
53 {
54 "name": "AsyncDnsNoFallbackA"
55 }
56 ]
57 }
58 ],
59 "AutodetectEncoding": [
60 {
61 "platforms": [
62 "android"
63 ],
64 "experiments": [
65 {
66 "name": "Enabled"
67 }
68 ]
69 }
70 ],
71 "AutofillClassifier": [
72 {
73 "platforms": [
74 "android",
75 "chromeos",
76 "linux",
77 "mac",
78 "win"
79 ],
80 "experiments": [
81 {
82 "name": "Enabled"
83 }
84 ]
85 }
86 ],
87 "AutofillFieldMetadata": [
88 {
89 "platforms": [
90 "android",
91 "chromeos",
92 "ios",
93 "linux",
94 "mac",
95 "win"
96 ],
97 "experiments": [
98 {
99 "name": "Enabled"
100 }
101 ]
102 }
103 ],
104 "AutofillProfileCleanup": [
105 {
106 "platforms": [
107 "android",
108 "chromeos",
109 "ios",
110 "linux",
111 "mac",
112 "win"
113 ],
114 "experiments": [
115 {
116 "name": "Enabled",
117 "enable_features": [
118 "AutofillProfileCleanup"
119 ]
120 }
121 ]
122 }
123 ],
124 "AutofillProfileOrderByFrecency": [
125 {
126 "platforms": [
127 "android",
128 "chromeos",
129 "ios",
130 "linux",
131 "mac",
132 "win"
133 ],
134 "experiments": [
135 {
136 "name": "EnabledLimitTo3",
137 "params": {
138 "limit": "3"
139 }
140 },
141 {
142 "name": "Enabled"
143 }
144 ]
145 }
146 ],
147 "AutomaticTabDiscarding": [
148 {
149 "platforms": [
150 "mac",
151 "win"
152 ],
153 "experiments": [
154 {
155 "name": "Enabled_Once_10-gen2",
156 "params": {
157 "MinimumProtectionTime": "600"
158 },
159 "enable_features": [
160 "AutomaticTabDiscarding"
161 ]
162 }
163 ]
164 }
165 ],
166 "BrowserBlacklist": [
167 {
168 "platforms": [
169 "win"
170 ],
171 "experiments": [
172 {
173 "name": "Enabled"
174 }
175 ]
176 }
177 ],
178 "CaptivePortalInterstitial": [
179 {
180 "platforms": [
181 "chromeos",
182 "linux",
183 "mac",
184 "win"
185 ],
186 "experiments": [
187 {
188 "name": "Enabled"
189 }
190 ]
191 }
192 ],
193 "ChildAccountDetection": [
194 {
195 "platforms": [
196 "win"
197 ],
198 "experiments": [
199 {
200 "name": "Disabled"
201 }
202 ]
203 }
204 ],
205 "ChromeDashboard": [
206 {
207 "platforms": [
208 "chromeos",
209 "linux",
210 "mac",
211 "win"
212 ],
213 "experiments": [
214 {
215 "name": "Enabled"
216 },
217 {
218 "name": "Default"
219 }
220 ]
221 }
222 ],
223 "ChromotingQUIC": [
224 {
225 "platforms": [
226 "android",
227 "chromeos",
228 "ios",
229 "linux",
230 "mac",
231 "win"
232 ],
233 "experiments": [
234 {
235 "name": "Enabled"
236 }
237 ]
238 }
239 ],
240 "ContextualSearch": [
241 {
242 "platforms": [
243 "android"
244 ],
245 "experiments": [
246 {
247 "name": "Expected",
248 "params": {
249 "enable_quick_answers": "true",
250 "enable_translation": "true",
251 "recent_scroll_duration_ms": "300",
252 "suppression_taps": "10"
253 }
254 }
255 ]
256 }
257 ],
258 "DataCompressionProxyDevRollout": [
259 {
260 "platforms": [
261 "android",
262 "ios"
263 ],
264 "experiments": [
265 {
266 "name": "Control"
267 },
268 {
269 "name": "Enabled"
270 }
271 ]
272 }
273 ],
274 "DataCompressionProxyLoFi": [
275 {
276 "platforms": [
277 "android"
278 ],
279 "experiments": [
280 {
281 "name": "Enabled",
282 "params": {
283 "hysteresis_period_seconds": "120",
284 "rtt_msec": "2000"
285 }
286 }
287 ]
288 }
289 ],
290 "DataCompressionProxyPromoVisibility": [
291 {
292 "platforms": [
293 "android"
294 ],
295 "experiments": [
296 {
297 "name": "Enabled"
298 }
299 ]
300 }
301 ],
302 "DataReductionProxyFREPromo": [
303 {
304 "platforms": [
305 "android"
306 ],
307 "experiments": [
308 {
309 "name": "Enabled"
310 }
311 ]
312 }
313 ],
314 "DataReductionProxyServerExperiments": [
315 {
316 "platforms": [
317 "android"
318 ],
319 "experiments": [
320 {
321 "name": "Prefetch",
322 "params": {
323 "exp": "prefetch"
324 }
325 },
326 {
327 "name": "Control1",
328 "params": {
329 "exp": "finch_control1"
330 }
331 },
332 {
333 "name": "Control2",
334 "params": {
335 "exp": "finch_control2"
336 }
337 }
338 ]
339 }
340 ],
341 "DataReductionProxyUseQuic": [
342 {
343 "platforms": [
344 "android",
345 "chromeos",
346 "linux",
347 "mac",
348 "win"
349 ],
350 "experiments": [
351 {
352 "name": "Enabled"
353 }
354 ]
355 }
356 ],
357 "DefaultBrowserInfobar": [
358 {
359 "platforms": [
360 "win"
361 ],
362 "experiments": [
363 {
364 "name": "SettingsTextNotNow"
365 }
366 ]
367 }
368 ],
369 "DefaultEnableGpuRasterization": [
370 {
371 "platforms": [
372 "mac",
373 "win"
374 ],
375 "experiments": [
376 {
377 "name": "DefaultEnableGpuRasterization",
378 "enable_features": [
379 "DefaultEnableGpuRasterization"
380 ]
381 }
382 ]
383 }
384 ],
385 "DisallowFetchForDocWrittenScriptsInMainFrame": [
386 {
387 "platforms": [
388 "android"
389 ],
390 "experiments": [
391 {
392 "name": "DocumentWriteEvaluatorGroup",
393 "params": {
394 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
395 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "false"
396 },
397 "enable_features": [
398 "DocumentWriteEvaluator"
399 ]
400 }
401 ]
402 },
403 {
404 "platforms": [
405 "chromeos"
406 ],
407 "experiments": [
408 {
409 "name": "DocumentWriteScriptBlockGroup",
410 "params": {
411 "disallowFetchForDocWrittenScriptsInMainFrame": "true"
412 },
413 "disable_features": [
414 "DocumentWriteEvaluator"
415 ]
416 }
417 ]
418 },
419 {
420 "platforms": [
421 "linux"
422 ],
423 "experiments": [
424 {
425 "name": "DocumentWriteEvaluatorGroup",
426 "params": {
427 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
428 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "false"
429 },
430 "enable_features": [
431 "DocumentWriteEvaluator"
432 ]
433 }
434 ]
435 },
436 {
437 "platforms": [
438 "mac",
439 "win"
440 ],
441 "experiments": [
442 {
443 "name": "DocumentWriteScriptBlockGroup",
444 "params": {
445 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "true"
446 },
447 "disable_features": [
448 "DocumentWriteEvaluator"
449 ]
450 }
451 ]
452 }
453 ],
454 "DownloadsUi": [
455 {
456 "platforms": [
457 "android"
458 ],
459 "experiments": [
460 {
461 "name": "Enabled",
462 "enable_features": [
463 "DownloadsUi"
464 ]
465 }
466 ]
467 }
468 ],
469 "EnableAppContainer": [
470 {
471 "platforms": [
472 "win"
473 ],
474 "experiments": [
475 {
476 "name": "Enabled"
477 }
478 ]
479 }
480 ],
481 "EnableGoogleCachedCopyTextExperiment": [
482 {
483 "platforms": [
484 "chromeos",
485 "linux",
486 "mac",
487 "win"
488 ],
489 "experiments": [
490 {
491 "name": "Button"
492 }
493 ]
494 }
495 ],
496 "EnableMediaRouter": [
497 {
498 "platforms": [
499 "chromeos",
500 "linux",
501 "mac",
502 "win"
503 ],
504 "experiments": [
505 {
506 "name": "Enabled"
507 }
508 ]
509 }
510 ],
511 "EnableMediaRouterWithCastExtension": [
512 {
513 "platforms": [
514 "chromeos",
515 "linux",
516 "mac",
517 "win"
518 ],
519 "experiments": [
520 {
521 "name": "Enabled"
522 }
523 ]
524 }
525 ],
526 "EnableMediaThreadForMediaPlayback": [
527 {
528 "platforms": [
529 "android"
530 ],
531 "experiments": [
532 {
533 "name": "Enabled"
534 }
535 ]
536 }
537 ],
538 "EnableSessionCrashedBubbleUI": [
539 {
540 "platforms": [
541 "linux",
542 "win"
543 ],
544 "experiments": [
545 {
546 "name": "Enabled"
547 }
548 ]
549 }
550 ],
551 "EnableWin32kLockDownMimeTypes": [
552 {
553 "platforms": [
554 "win"
555 ],
556 "experiments": [
557 {
558 "name": "PPAPILockdown_Enabled",
559 "params": {
560 "*": "Enabled"
561 }
562 }
563 ]
564 }
565 ],
566 "ExpectCTReporting": [
567 {
568 "platforms": [
569 "android",
570 "chromeos",
571 "ios",
572 "linux",
573 "mac",
574 "win"
575 ],
576 "experiments": [
577 {
578 "name": "ExpectCTReportingEnabled",
579 "enable_features": [
580 "ExpectCTReporting"
581 ]
582 }
583 ]
584 }
585 ],
586 "ExtensionActionRedesign": [
587 {
588 "platforms": [
589 "chromeos",
590 "linux",
591 "mac",
592 "win"
593 ],
594 "experiments": [
595 {
596 "name": "Enabled"
597 }
598 ]
599 }
600 ],
601 "ExtensionContentVerification": [
602 {
603 "platforms": [
604 "win"
605 ],
606 "experiments": [
607 {
608 "name": "Enforce"
609 }
610 ]
611 }
612 ],
613 "ExtensionDeveloperModeWarning": [
614 {
615 "platforms": [
616 "mac"
617 ],
618 "experiments": [
619 {
620 "name": "Enabled"
621 }
622 ]
623 }
624 ],
625 "ExtensionInstallVerification": [
626 {
627 "platforms": [
628 "mac",
629 "win"
630 ],
631 "experiments": [
632 {
633 "name": "Enforce"
634 }
635 ]
636 }
637 ],
638 "GoogleBrandedContextMenu": [
639 {
640 "platforms": [
641 "chromeos",
642 "linux",
643 "mac",
644 "win"
645 ],
646 "experiments": [
647 {
648 "name": "branded"
649 }
650 ]
651 }
652 ],
653 "GoogleNow": [
654 {
655 "platforms": [
656 "win"
657 ],
658 "experiments": [
659 {
660 "name": "Enable"
661 }
662 ]
663 }
664 ],
665 "IOSurfaceClearYosemite": [
666 {
667 "platforms": [
668 "mac"
669 ],
670 "experiments": [
671 {
672 "name": "Enabled",
673 "enable_features": [
674 "IOSurfaceClearYosemite"
675 ]
676 }
677 ]
678 }
679 ],
680 "IconNTP": [
681 {
682 "platforms": [
683 "win"
684 ],
685 "experiments": [
686 {
687 "name": "Default"
688 }
689 ]
690 }
691 ],
692 "ImeThread": [
693 {
694 "platforms": [
695 "android"
696 ],
697 "experiments": [
698 {
699 "name": "Enabled",
700 "enable_features": [
701 "ImeThread"
702 ]
703 }
704 ]
705 }
706 ],
707 "ImportantSitesInCBD": [
708 {
709 "platforms": [
710 "android"
711 ],
712 "experiments": [
713 {
714 "name": "DialogEnabled",
715 "enable_features": [
716 "ImportantSitesInCBD"
717 ]
718 }
719 ]
720 }
721 ],
722 "InstanceID": [
723 {
724 "platforms": [
725 "linux",
726 "mac",
727 "win"
728 ],
729 "experiments": [
730 {
731 "name": "Enabled"
732 }
733 ]
734 }
735 ],
736 "IntelligentSessionRestore": [
737 {
738 "platforms": [
739 "mac",
740 "win"
741 ],
742 "experiments": [
743 {
744 "name": "Enabled"
745 }
746 ]
747 }
748 ],
749 "InvalidationsGCMUpstream": [
750 {
751 "platforms": [
752 "android"
753 ],
754 "experiments": [
755 {
756 "name": "Enabled"
757 },
758 {
759 "name": "Control"
760 },
761 {
762 "name": "Disabled"
763 }
764 ]
765 }
766 ],
767 "LimitSyncPassphrasePrompt": [
768 {
769 "platforms": [
770 "android"
771 ],
772 "experiments": [
773 {
774 "name": "Enabled"
775 }
776 ]
777 }
778 ],
779 "LowPriorityIFrames": [
780 {
781 "platforms": [
782 "android"
783 ],
784 "experiments": [
785 {
786 "name": "Enabled",
787 "params": {
788 "lowPriorityIframes": "true"
789 }
790 }
791 ]
792 }
793 ],
794 "MacMemoryMechanism": [
795 {
796 "platforms": [
797 "mac"
798 ],
799 "experiments": [
800 {
801 "name": "Mach"
802 }
803 ]
804 }
805 ],
806 "MaterialDesignDownloads": [
807 {
808 "platforms": [
809 "chromeos",
810 "linux",
811 "mac",
812 "win"
813 ],
814 "experiments": [
815 {
816 "name": "Enabled"
817 }
818 ]
819 }
820 ],
821 "MaterialDesignUserManager": [
822 {
823 "platforms": [
824 "linux",
825 "mac",
826 "win"
827 ],
828 "experiments": [
829 {
830 "name": "Enabled",
831 "enable_features": [
832 "MaterialDesignUserManager"
833 ]
834 }
835 ]
836 }
837 ],
838 "MediaFoundationH264Encoding": [
839 {
840 "platforms": [
841 "win"
842 ],
843 "experiments": [
844 {
845 "name": "Enabled",
846 "enable_features": [
847 "MediaFoundationH264Encoding"
848 ]
849 }
850 ]
851 }
852 ],
853 "ModerateBindingOnBackgroundTabCreation": [
854 {
855 "platforms": [
856 "android"
857 ],
858 "experiments": [
859 {
860 "name": "Enabled"
861 }
862 ]
863 }
864 ],
865 "MojoChannel": [
866 {
867 "platforms": [
868 "android",
869 "chromeos",
870 "linux",
871 "mac",
872 "win"
873 ],
874 "experiments": [
875 {
876 "name": "Enabled"
877 }
878 ]
879 }
880 ],
881 "NTPPopularSites": [
882 {
883 "platforms": [
884 "android"
885 ],
886 "experiments": [
887 {
888 "name": "Enabled"
889 }
890 ]
891 }
892 ],
893 "NTPSnippets": [
894 {
895 "platforms": [
896 "android"
897 ],
898 "experiments": [
899 {
900 "name": "Enabled",
901 "enable_features": [
902 "NTPSnippets"
903 ]
904 }
905 ]
906 }
907 ],
908 "NetworkQualityEstimator": [
909 {
910 "platforms": [
911 "android",
912 "win"
913 ],
914 "experiments": [
915 {
916 "name": "Enabled",
917 "params": {
918 "2G.DefaultMedianKbps": "81",
919 "2G.DefaultMedianRTTMsec": "1337",
920 "3G.DefaultMedianKbps": "658",
921 "3G.DefaultMedianRTTMsec": "297",
922 "4G.DefaultMedianKbps": "1756",
923 "4G.DefaultMedianRTTMsec": "159",
924 "Bluetooth.DefaultMedianKbps": "449",
925 "Bluetooth.DefaultMedianRTTMsec": "135",
926 "Ethernet.DefaultMedianKbps": "3263",
927 "Ethernet.DefaultMedianRTTMsec": "106",
928 "HalfLifeSeconds": "60",
929 "None.DefaultMedianKbps": "567",
930 "None.DefaultMedianRTTMsec": "272",
931 "Slow2G.ThresholdMedianHttpRTTMsec": "2000",
932 "Unknown.DefaultMedianKbps": "1916",
933 "Unknown.DefaultMedianRTTMsec": "121",
934 "WiFi.DefaultMedianKbps": "2736",
935 "WiFi.DefaultMedianRTTMsec": "168",
936 "correlation_logging_probability": "0.001"
937 }
938 }
939 ]
940 }
941 ],
942 "NetworkTimeQueries": [
943 {
944 "platforms": [
945 "android",
946 "chromeos",
947 "ios",
948 "linux",
949 "mac",
950 "win"
951 ],
952 "experiments": [
953 {
954 "name": "NetworkTimeQueriesEnabled",
955 "enable_features": [
956 "NetworkTimeServiceQuerying"
957 ]
958 }
959 ]
960 }
961 ],
962 "NewAudioRenderingMixingStrategy": [
963 {
964 "platforms": [
965 "android",
966 "linux",
967 "mac",
968 "win"
969 ],
970 "experiments": [
971 {
972 "name": "Enabled",
973 "enable_features": [
974 "NewAudioRenderingMixingStrategy"
975 ]
976 }
977 ]
978 }
979 ],
980 "NewProfileManagement": [
981 {
982 "platforms": [
983 "win"
984 ],
985 "experiments": [
986 {
987 "name": "Enabled"
988 }
989 ]
990 }
991 ],
992 "NonValidatingReloadOnNormalReload": [
993 {
994 "platforms": [
995 "android",
996 "linux",
997 "mac",
998 "win"
999 ],
1000 "experiments": [
1001 {
1002 "name": "Enabled",
1003 "enable_features": [
1004 "NonValidatingReloadOnNormalReload"
1005 ]
1006 }
1007 ]
1008 }
1009 ],
1010 "NonValidatingReloadOnRefreshContentV2": [
1011 {
1012 "platforms": [
1013 "android"
1014 ],
1015 "experiments": [
1016 {
1017 "name": "Enabled",
1018 "enable_features": [
1019 "NonValidatingReloadOnRefreshContentV2"
1020 ]
1021 }
1022 ]
1023 }
1024 ],
1025 "OfferUploadCreditCards": [
1026 {
1027 "platforms": [
1028 "android",
1029 "chromeos",
1030 "linux",
1031 "mac",
1032 "win"
1033 ],
1034 "experiments": [
1035 {
1036 "name": "Enabled"
1037 }
1038 ]
1039 }
1040 ],
1041 "OfflinePages": [
1042 {
1043 "platforms": [
1044 "android"
1045 ],
1046 "experiments": [
1047 {
1048 "name": "EnabledAsBookmarks",
1049 "enable_features": [
1050 "NTPOfflinePages"
1051 ]
1052 }
1053 ]
1054 }
1055 ],
1056 "OutOfProcessPac": [
1057 {
1058 "platforms": [
1059 "chromeos",
1060 "linux",
1061 "mac",
1062 "win"
1063 ],
1064 "experiments": [
1065 {
1066 "name": "Enabled"
1067 }
1068 ]
1069 }
1070 ],
1071 "PageRevisitInstrumentation": [
1072 {
1073 "platforms": [
1074 "android",
1075 "chromeos",
1076 "ios",
1077 "linux",
1078 "mac",
1079 "win"
1080 ],
1081 "experiments": [
1082 {
1083 "name": "Enabled"
1084 }
1085 ]
1086 }
1087 ],
1088 "ParseHTMLOnMainThread": [
1089 {
1090 "platforms": [
1091 "android",
1092 "chromeos",
1093 "linux",
1094 "mac",
1095 "win"
1096 ],
1097 "experiments": [
1098 {
1099 "name": "Enabled",
1100 "params": {
1101 "parseHTMLOnMainThreadCoalesceChunks": "false",
1102 "parseHTMLOnMainThreadSyncTokenize": "false"
1103 },
1104 "enable_features": [
1105 "ParseHTMLOnMainThread"
1106 ]
1107 }
1108 ]
1109 }
1110 ],
1111 "PassiveDocumentEventListeners": [
1112 {
1113 "platforms": [
1114 "android",
1115 "chromeos",
1116 "linux",
1117 "mac",
1118 "win"
1119 ],
1120 "experiments": [
1121 {
1122 "name": "Enabled",
1123 "enable_features": [
1124 "PassiveDocumentEventListeners"
1125 ]
1126 }
1127 ]
1128 }
1129 ],
1130 "PassiveEventListenersDueToFling": [
1131 {
1132 "platforms": [
1133 "android",
1134 "chromeos",
1135 "linux",
1136 "mac",
1137 "win"
1138 ],
1139 "experiments": [
1140 {
1141 "name": "Enabled",
1142 "enable_features": [
1143 "PassiveEventListenersDueToFling"
1144 ]
1145 }
1146 ]
1147 }
1148 ],
1149 "PasswordBranding": [
1150 {
1151 "platforms": [
1152 "android",
1153 "chromeos",
1154 "ios",
1155 "linux",
1156 "mac",
1157 "win"
1158 ],
1159 "experiments": [
1160 {
1161 "name": "SmartLockBrandingSavePromptOnly"
1162 }
1163 ]
1164 }
1165 ],
1166 "PasswordGeneration": [
1167 {
1168 "platforms": [
1169 "win"
1170 ],
1171 "experiments": [
1172 {
1173 "name": "Disabled"
1174 }
1175 ]
1176 }
1177 ],
1178 "PasswordManagerSettingsMigration": [
1179 {
1180 "platforms": [
1181 "android",
1182 "chromeos",
1183 "ios",
1184 "linux",
1185 "mac",
1186 "win"
1187 ],
1188 "experiments": [
1189 {
1190 "name": "Enable"
1191 }
1192 ]
1193 }
1194 ],
1195 "PasswordSeparatedSigninFlow": [
1196 {
1197 "platforms": [
1198 "linux",
1199 "mac",
1200 "win"
1201 ],
1202 "experiments": [
1203 {
1204 "name": "Enabled",
1205 "enable_features": [
1206 "UsePasswordSeparatedSigninFlow"
1207 ]
1208 }
1209 ]
1210 }
1211 ],
1212 "PasswordSmartBubble": [
1213 {
1214 "platforms": [
1215 "chromeos",
1216 "linux",
1217 "mac",
1218 "win"
1219 ],
1220 "experiments": [
1221 {
1222 "name": "3-Times",
1223 "params": {
1224 "dismissal_count": "3"
1225 }
1226 }
1227 ]
1228 }
1229 ],
1230 "PersistentHistograms": [
1231 {
1232 "platforms": [
1233 "android",
1234 "chromeos",
1235 "ios",
1236 "linux",
1237 "mac",
1238 "win"
1239 ],
1240 "experiments": [
1241 {
1242 "name": "EnabledInMemory",
1243 "params": {
1244 "storage": "LocalMemory"
1245 },
1246 "enable_features": [
1247 "PersistentHistograms"
1248 ]
1249 },
1250 {
1251 "name": "EnabledOnDisk",
1252 "params": {
1253 "storage": "MappedFile"
1254 },
1255 "enable_features": [
1256 "PersistentHistograms"
1257 ]
1258 }
1259 ]
1260 }
1261 ],
1262 "PhysicalWeb": [
1263 {
1264 "platforms": [
1265 "android"
1266 ],
1267 "experiments": [
1268 {
1269 "name": "Enabled",
1270 "enable_features": [
1271 "PhysicalWeb"
1272 ]
1273 }
1274 ]
1275 }
1276 ],
1277 "PluginPowerSaverTiny": [
1278 {
1279 "platforms": [
1280 "chromeos",
1281 "linux",
1282 "mac",
1283 "win"
1284 ],
1285 "experiments": [
1286 {
1287 "name": "Enabled",
1288 "enable_features": [
1289 "BlockSmallPluginContent"
1290 ]
1291 }
1292 ]
1293 }
1294 ],
1295 "PointerEvent": [
1296 {
1297 "platforms": [
1298 "android",
1299 "chromeos",
1300 "linux",
1301 "mac",
1302 "win"
1303 ],
1304 "experiments": [
1305 {
1306 "name": "Enabled",
1307 "enable_features": [
1308 "PointerEvent"
1309 ]
1310 }
1311 ]
1312 }
1313 ],
1314 "Precache": [
1315 {
1316 "platforms": [
1317 "android"
1318 ],
1319 "experiments": [
1320 {
1321 "name": "Enabled"
1322 }
1323 ]
1324 }
1325 ],
1326 "PreconnectMore": [
1327 {
1328 "platforms": [
1329 "android",
1330 "chromeos",
1331 "linux",
1332 "mac",
1333 "win"
1334 ],
1335 "experiments": [
1336 {
1337 "name": "Enabled",
1338 "enable_features": [
1339 "PreconnectMore"
1340 ]
1341 }
1342 ]
1343 }
1344 ],
1345 "ProgressBarAnimationAndroid": [
1346 {
1347 "platforms": [
1348 "android"
1349 ],
1350 "experiments": [
1351 {
1352 "name": "SmoothIndeterminateAnimation",
1353 "params": {
1354 "progress-bar-animation": "smooth-indeterminate"
1355 }
1356 }
1357 ]
1358 }
1359 ],
1360 "QUIC": [
1361 {
1362 "platforms": [
1363 "android",
1364 "chromeos",
1365 "ios",
1366 "linux",
1367 "mac",
1368 "win"
1369 ],
1370 "experiments": [
1371 {
1372 "name": "Enabled"
1373 }
1374 ]
1375 }
1376 ],
1377 "RafAlignedInput": [
1378 {
1379 "platforms": [
1380 "android",
1381 "chromeos",
1382 "linux",
1383 "mac",
1384 "win"
1385 ],
1386 "experiments": [
1387 {
1388 "name": "Enabled",
1389 "enable_features": [
1390 "RafAlignedInput"
1391 ]
1392 }
1393 ]
1394 }
1395 ],
1396 "ReadItLater": [
1397 {
1398 "platforms": [
1399 "android"
1400 ],
1401 "experiments": [
1402 {
1403 "name": "Enabled",
1404 "enable_features": [
1405 "ReadItLaterInMenu"
1406 ]
1407 }
1408 ]
1409 }
1410 ],
1411 "ReaderModeUI": [
1412 {
1413 "platforms": [
1414 "android"
1415 ],
1416 "experiments": [
1417 {
1418 "name": "AdaBoost"
1419 },
1420 {
1421 "name": "Disabled"
1422 }
1423 ]
1424 }
1425 ],
1426 "ReaderModeUIFeedback": [
1427 {
1428 "platforms": [
1429 "android"
1430 ],
1431 "experiments": [
1432 {
1433 "name": "Show"
1434 },
1435 {
1436 "name": "DoNotShow"
1437 }
1438 ]
1439 }
1440 ],
1441 "RefreshTokenDeviceId": [
1442 {
1443 "platforms": [
1444 "linux",
1445 "mac",
1446 "win"
1447 ],
1448 "experiments": [
1449 {
1450 "name": "Enabled"
1451 }
1452 ]
1453 }
1454 ],
1455 "ReportCertificateErrors": [
1456 {
1457 "platforms": [
1458 "android"
1459 ],
1460 "experiments": [
1461 {
1462 "name": "ShowAndPossiblySend",
1463 "params": {
1464 "sendingThreshold": "1.0"
1465 }
1466 },
1467 {
1468 "name": "DontShowAndDontSend"
1469 }
1470 ]
1471 },
1472 {
1473 "platforms": [
1474 "chromeos"
1475 ],
1476 "experiments": [
1477 {
1478 "name": "ShowAndPossiblySend",
1479 "params": {
1480 "sendingThreshold": "1.0"
1481 }
1482 },
1483 {
1484 "name": "ShowAndPossiblySend",
1485 "params": {
1486 "sendingThreshold": "-1.0"
1487 }
1488 },
1489 {
1490 "name": "ShowAndPossiblySend",
1491 "params": {
1492 "sendingThreshold": "0.0"
1493 }
1494 },
1495 {
1496 "name": "ShowAndPossiblySend",
1497 "params": {
1498 "sendingThreshold": "abcdef"
1499 }
1500 },
1501 {
1502 "name": "DontShowAndDontSend"
1503 }
1504 ]
1505 },
1506 {
1507 "platforms": [
1508 "linux",
1509 "mac",
1510 "win"
1511 ],
1512 "experiments": [
1513 {
1514 "name": "ShowAndPossiblySend",
1515 "params": {
1516 "sendingThreshold": "1.0"
1517 }
1518 },
1519 {
1520 "name": "DontShowAndDontSend"
1521 }
1522 ]
1523 }
1524 ],
1525 "SRTPromptFieldTrial": [
1526 {
1527 "platforms": [
1528 "win"
1529 ],
1530 "experiments": [
1531 {
1532 "name": "On"
1533 }
1534 ]
1535 }
1536 ],
1537 "SSLCommonNameMismatchHandling": [
1538 {
1539 "platforms": [
1540 "chromeos",
1541 "linux",
1542 "mac",
1543 "win"
1544 ],
1545 "experiments": [
1546 {
1547 "name": "Enabled"
1548 }
1549 ]
1550 }
1551 ],
1552 "SafeBrowsingAndroid": [
1553 {
1554 "platforms": [
1555 "android"
1556 ],
1557 "experiments": [
1558 {
1559 "name": "Enabled",
1560 "params": {
1561 "enabled": "true",
1562 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15"
1563 }
1564 },
1565 {
1566 "name": "Control"
1567 }
1568 ]
1569 }
1570 ],
1571 "SafeBrowsingIncidentReportingService": [
1572 {
1573 "platforms": [
1574 "chromeos",
1575 "linux",
1576 "mac",
1577 "win"
1578 ],
1579 "experiments": [
1580 {
1581 "name": "Enabled",
1582 "params": {
1583 "collect_reg_data": "true"
1584 },
1585 "enable_features": [
1586 "IncidentReportingDisableUpload"
1587 ]
1588 },
1589 {
1590 "name": "Default"
1591 }
1592 ]
1593 }
1594 ],
1595 "SafeBrowsingIncidentReportingServiceFeatures": [
1596 {
1597 "platforms": [
1598 "chromeos",
1599 "linux",
1600 "mac",
1601 "win"
1602 ],
1603 "experiments": [
1604 {
1605 "name": "WithSuspiciousModuleReporting",
1606 "enable_features": [
1607 "IncidentReportingModuleLoadAnalysis",
1608 "IncidentReportingSuspiciousModuleReporting"
1609 ]
1610 },
1611 {
1612 "name": "WithModuleLoadAnalysis",
1613 "enable_features": [
1614 "IncidentReportingModuleLoadAnalysis"
1615 ]
1616 },
1617 {
1618 "name": "Default"
1619 }
1620 ]
1621 }
1622 ],
1623 "SafeBrowsingReportPhishingErrorLink": [
1624 {
1625 "platforms": [
1626 "android",
1627 "linux",
1628 "mac",
1629 "win"
1630 ],
1631 "experiments": [
1632 {
1633 "name": "Enabled"
1634 },
1635 {
1636 "name": "Control"
1637 },
1638 {
1639 "name": "Disabled"
1640 }
1641 ]
1642 }
1643 ],
1644 "SafeBrowsingUpdateFrequency": [
1645 {
1646 "platforms": [
1647 "linux",
1648 "mac",
1649 "win"
1650 ],
1651 "experiments": [
1652 {
1653 "name": "UpdateTime15m",
1654 "params": {
1655 "NextUpdateIntervalInMinutes": "15"
1656 }
1657 }
1658 ]
1659 }
1660 ],
1661 "SafeBrowsingV4LocalDatabaseManagerEnabled": [
1662 {
1663 "platforms": [
1664 "chromeos",
1665 "linux",
1666 "mac",
1667 "win"
1668 ],
1669 "experiments": [
1670 {
1671 "name": "Enabled"
1672 }
1673 ]
1674 }
1675 ],
1676 "SchedulerExpensiveTaskBlocking": [
1677 {
1678 "platforms": [
1679 "android",
1680 "chromeos",
1681 "linux",
1682 "mac",
1683 "win"
1684 ],
1685 "experiments": [
1686 {
1687 "name": "Enabled"
1688 }
1689 ]
1690 }
1691 ],
1692 "SdchPersistence": [
1693 {
1694 "platforms": [
1695 "android",
1696 "chromeos",
1697 "ios",
1698 "linux",
1699 "mac",
1700 "win"
1701 ],
1702 "experiments": [
1703 {
1704 "name": "Enabled"
1705 }
1706 ]
1707 }
1708 ],
1709 "SecurityWarningIconUpdate": [
1710 {
1711 "platforms": [
1712 "android",
1713 "chromeos",
1714 "ios",
1715 "linux",
1716 "mac",
1717 "win"
1718 ],
1719 "experiments": [
1720 {
1721 "name": "Enabled",
1722 "enable_features": [
1723 "SecurityWarningIconUpdate"
1724 ]
1725 },
1726 {
1727 "name": "Control",
1728 "disable_features": [
1729 "SecurityWarningIconUpdate"
1730 ]
1731 },
1732 {
1733 "name": "Default"
1734 }
1735 ]
1736 }
1737 ],
1738 "SettingsEnforcement": [
1739 {
1740 "platforms": [
1741 "win"
1742 ],
1743 "experiments": [
1744 {
1745 "name": "enforce_always_with_extensions_and_dse"
1746 }
1747 ]
1748 }
1749 ],
1750 "SignInPasswordPromo": [
1751 {
1752 "platforms": [
1753 "linux",
1754 "mac",
1755 "win"
1756 ],
1757 "experiments": [
1758 {
1759 "name": "Enable",
1760 "params": {
1761 "dismissal_threshold": "1"
1762 }
1763 }
1764 ]
1765 }
1766 ],
1767 "SimpleCacheTrial": [
1768 {
1769 "platforms": [
1770 "chromeos",
1771 "linux",
1772 "mac"
1773 ],
1774 "experiments": [
1775 {
1776 "name": "ExperimentYes"
1777 }
1778 ]
1779 }
1780 ],
1781 "SiteEngagement": [
1782 {
1783 "platforms": [
1784 "android",
1785 "chromeos",
1786 "linux",
1787 "mac",
1788 "win"
1789 ],
1790 "experiments": [
1791 {
1792 "name": "AggressiveAccumulation",
1793 "params": {
1794 "bootstrap_points": "24",
1795 "decay_period_in_hours": "2",
1796 "decay_points": "0",
1797 "decay_proportion": "0.984",
1798 "first_daily_engagement_points": "1.5",
1799 "hidden_media_playing_points": "0.01",
1800 "high_engagement_boundary": "50",
1801 "last_engagement_grace_period_in_hours": "1",
1802 "max_decays_per_score": "4",
1803 "max_points_per_day": "15",
1804 "medium_engagement_boundary": "15",
1805 "navigation_points": "1.5",
1806 "score_cleanup_threshold": "0.5",
1807 "user_input_points": "0.6",
1808 "visible_media_playing_points": "0.06",
1809 "web_app_installed_points": "5"
1810 }
1811 }
1812 ]
1813 }
1814 ],
1815 "SpeculativeLaunchServiceWorker": [
1816 {
1817 "platforms": [
1818 "android",
1819 "chromeos",
1820 "linux",
1821 "mac",
1822 "win"
1823 ],
1824 "experiments": [
1825 {
1826 "name": "Enabled",
1827 "enable_features": [
1828 "SpeculativeLaunchServiceWorker"
1829 ]
1830 },
1831 {
1832 "name": "Disabled"
1833 }
1834 ]
1835 }
1836 ],
1837 "StrictSecureCookies": [
1838 {
1839 "platforms": [
1840 "android",
1841 "chromeos",
1842 "linux",
1843 "mac",
1844 "win"
1845 ],
1846 "experiments": [
1847 {
1848 "name": "Enabled"
1849 }
1850 ]
1851 }
1852 ],
1853 "SyncHttpContentCompression": [
1854 {
1855 "platforms": [
1856 "android",
1857 "chromeos",
1858 "ios",
1859 "linux",
1860 "mac",
1861 "win"
1862 ],
1863 "experiments": [
1864 {
1865 "name": "Enabled"
1866 },
1867 {
1868 "name": "Disabled"
1869 }
1870 ]
1871 }
1872 ],
1873 "TabSyncByRecency": [
1874 {
1875 "platforms": [
1876 "android",
1877 "chromeos",
1878 "ios",
1879 "linux",
1880 "mac",
1881 "win"
1882 ],
1883 "experiments": [
1884 {
1885 "name": "Enabled"
1886 }
1887 ]
1888 }
1889 ],
1890 "TokenBinding": [
1891 {
1892 "platforms": [
1893 "android",
1894 "chromeos",
1895 "linux",
1896 "mac",
1897 "win"
1898 ],
1899 "experiments": [
1900 {
1901 "name": "TokenBinding",
1902 "enable_features": [
1903 "token-binding"
1904 ]
1905 }
1906 ]
1907 }
1908 ],
1909 "TranslateUiLangTrial": [
1910 {
1911 "platforms": [
1912 "mac"
1913 ],
1914 "experiments": [
1915 {
1916 "name": "DefaultTranslateLanguage"
1917 },
1918 {
1919 "name": "EnabledTranslateLanguage"
1920 }
1921 ]
1922 }
1923 ],
1924 "TriggeredResetFieldTrial": [
1925 {
1926 "platforms": [
1927 "win"
1928 ],
1929 "experiments": [
1930 {
1931 "name": "On"
1932 }
1933 ]
1934 }
1935 ],
1936 "UMA_EnableCellularLogUpload": [
1937 {
1938 "platforms": [
1939 "android"
1940 ],
1941 "experiments": [
1942 {
1943 "name": "Enabled_wo_sampling",
1944 "params": {
1945 "Enabled": "true",
1946 "Optimize": "true",
1947 "Sample_Probability": "100",
1948 "Uma_Quota": "204800",
1949 "Uma_Ratio": "0.05"
1950 }
1951 }
1952 ]
1953 }
1954 ],
1955 "UnifiedMediaPipelineTrial": [
1956 {
1957 "platforms": [
1958 "android"
1959 ],
1960 "experiments": [
1961 {
1962 "name": "Enabled"
1963 }
1964 ]
1965 }
1966 ],
1967 "UpdateMenuItem": [
1968 {
1969 "platforms": [
1970 "android"
1971 ],
1972 "experiments": [
1973 {
1974 "name": "Enabled",
1975 "params": {
1976 "enable_update_menu_item": "true"
1977 }
1978 },
1979 {
1980 "name": "EnabledWithBadge",
1981 "params": {
1982 "enable_update_badge": "true",
1983 "enable_update_menu_item": "true"
1984 }
1985 },
1986 {
1987 "name": "EnabledWithSummary",
1988 "params": {
1989 "enable_update_menu_item": "true",
1990 "show_summary": "true"
1991 }
1992 },
1993 {
1994 "name": "EnabledWithCustomSummary",
1995 "params": {
1996 "custom_summary": "Custom update summary",
1997 "enable_update_menu_item": "true",
1998 "show_summary": "true"
1999 }
2000 },
2001 {
2002 "name": "EnabledWithSummaryAndBadge",
2003 "params": {
2004 "enable_update_badge": "true",
2005 "enable_update_menu_item": "true",
2006 "show_summary": "true"
2007 }
2008 },
2009 {
2010 "name": "Default",
2011 "params": {
2012 "enable_update_menu_item": "false"
2013 }
2014 }
2015 ]
2016 }
2017 ],
2018 "V8CacheStrategiesForCacheStorage": [
2019 {
2020 "platforms": [
2021 "android",
2022 "chromeos",
2023 "linux",
2024 "mac",
2025 "win"
2026 ],
2027 "experiments": [
2028 {
2029 "name": "default"
2030 },
2031 {
2032 "name": "none"
2033 },
2034 {
2035 "name": "normal"
2036 },
2037 {
2038 "name": "aggressive"
2039 }
2040 ]
2041 }
2042 ],
2043 "ViewsSimplifiedFullscreenUI": [
2044 {
2045 "platforms": [
2046 "mac"
2047 ],
2048 "experiments": [
2049 {
2050 "name": "Enabled",
2051 "enable_features": [
2052 "ViewsSimplifiedFullscreenUI"
2053 ]
2054 }
2055 ]
2056 }
2057 ],
2058 "WebBluetoothBlacklist": [
2059 {
2060 "platforms": [
2061 "android",
2062 "chromeos",
2063 "linux",
2064 "mac",
2065 "win"
2066 ],
2067 "experiments": [
2068 {
2069 "//1": "The value 'ed5f25a4:e' is included for the",
2070 "//2": "WebBluetoothTest BlacklistShouldBlock test.",
2071 "//3": "TODO(643013): Remove other values in Chrome 55 or la ter.",
2072 "name": "TestGroup",
2073 "params": {
2074 "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
2075 }
2076 }
2077 ]
2078 }
2079 ],
2080 "WebFontsInterventionV2": [
2081 {
2082 "platforms": [
2083 "android",
2084 "chromeos",
2085 "linux",
2086 "mac",
2087 "win"
2088 ],
2089 "experiments": [
2090 {
2091 "name": "Enabled-slow2g"
2092 }
2093 ]
2094 }
2095 ],
2096 "WebRTC-EnableWebRtcEcdsa": [
2097 {
2098 "platforms": [
2099 "android",
2100 "chromeos",
2101 "linux",
2102 "mac",
2103 "win"
2104 ],
2105 "experiments": [
2106 {
2107 "name": "Enabled",
2108 "enable_features": [
2109 "WebRTC-EnableWebRtcEcdsa"
2110 ]
2111 }
2112 ]
2113 }
2114 ],
2115 "WebRTC-H264WithOpenH264FFmpeg": [
2116 {
2117 "platforms": [
2118 "chromeos",
2119 "linux",
2120 "mac",
2121 "win"
2122 ],
2123 "experiments": [
2124 {
2125 "name": "Enabled",
2126 "enable_features": [
2127 "WebRTC-H264WithOpenH264FFmpeg"
2128 ]
2129 }
2130 ]
2131 }
2132 ],
2133 "WebRTC-LocalIPPermissionCheck": [
2134 {
2135 "platforms": [
2136 "android",
2137 "chromeos",
2138 "linux",
2139 "mac",
2140 "win"
2141 ],
2142 "experiments": [
2143 {
2144 "name": "Enabled"
2145 }
2146 ]
2147 }
2148 ],
2149 "WebRTC-PeerConnectionDTLS1.2": [
2150 {
2151 "platforms": [
2152 "android",
2153 "chromeos",
2154 "linux",
2155 "mac",
2156 "win"
2157 ],
2158 "experiments": [
2159 {
2160 "name": "Enabled"
2161 }
2162 ]
2163 }
2164 ],
2165 "use-new-media-cache": [
2166 {
2167 "platforms": [
2168 "android",
2169 "chromeos",
2170 "linux",
2171 "mac",
2172 "win"
2173 ],
2174 "experiments": [
2175 {
2176 "name": "Enabled",
2177 "enable_features": [
2178 "use-new-media-cache"
2179 ]
2180 }
2181 ]
2182 }
2183 ]
2184 }
OLDNEW
« no previous file with comments | « testing/variations/PRESUBMIT.py ('k') | testing/variations/fieldtrial_testing_config_android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698