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

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

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

Powered by Google App Engine
This is Rietveld 408576698