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

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

Issue 2296493002: Merge all Field Trial Testing Configuration Together (Closed)
Patch Set: Update Config (Found a Bug in Old->New Converter) 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 "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 }
847 ]
848 }
849 ],
850 "ModerateBindingOnBackgroundTabCreation": [
851 {
852 "platforms": [
853 "android"
854 ],
855 "experiments": [
856 {
857 "name": "Enabled"
858 }
859 ]
860 }
861 ],
862 "MojoChannel": [
863 {
864 "platforms": [
865 "android",
866 "chromeos",
867 "linux",
868 "mac",
869 "win"
870 ],
871 "experiments": [
872 {
873 "name": "Enabled"
874 }
875 ]
876 }
877 ],
878 "NTPPopularSites": [
879 {
880 "platforms": [
881 "android"
882 ],
883 "experiments": [
884 {
885 "name": "Enabled"
886 }
887 ]
888 }
889 ],
890 "NTPSnippets": [
891 {
892 "platforms": [
893 "android"
894 ],
895 "experiments": [
896 {
897 "name": "Enabled",
898 "enable_features": [
899 "NTPSnippets"
900 ]
901 }
902 ]
903 }
904 ],
905 "NetworkQualityEstimator": [
906 {
907 "platforms": [
908 "android",
909 "win"
910 ],
911 "experiments": [
912 {
913 "name": "Enabled",
914 "params": {
915 "2G.DefaultMedianKbps": "81",
916 "2G.DefaultMedianRTTMsec": "1337",
917 "3G.DefaultMedianKbps": "658",
918 "3G.DefaultMedianRTTMsec": "297",
919 "4G.DefaultMedianKbps": "1756",
920 "4G.DefaultMedianRTTMsec": "159",
921 "Bluetooth.DefaultMedianKbps": "449",
922 "Bluetooth.DefaultMedianRTTMsec": "135",
923 "Ethernet.DefaultMedianKbps": "3263",
924 "Ethernet.DefaultMedianRTTMsec": "106",
925 "HalfLifeSeconds": "60",
926 "None.DefaultMedianKbps": "567",
927 "None.DefaultMedianRTTMsec": "272",
928 "Slow2G.ThresholdMedianHttpRTTMsec": "2000",
929 "Unknown.DefaultMedianKbps": "1916",
930 "Unknown.DefaultMedianRTTMsec": "121",
931 "WiFi.DefaultMedianKbps": "2736",
932 "WiFi.DefaultMedianRTTMsec": "168",
933 "correlation_logging_probability": "0.001"
934 }
935 }
936 ]
937 }
938 ],
939 "NetworkTimeQueries": [
940 {
941 "platforms": [
942 "android",
943 "chromeos",
944 "ios",
945 "linux",
946 "mac",
947 "win"
948 ],
949 "experiments": [
950 {
951 "name": "NetworkTimeQueriesEnabled",
952 "enable_features": [
953 "NetworkTimeServiceQuerying"
954 ]
955 }
956 ]
957 }
958 ],
959 "NewAudioRenderingMixingStrategy": [
960 {
961 "platforms": [
962 "android",
963 "linux",
964 "mac",
965 "win"
966 ],
967 "experiments": [
968 {
969 "name": "Enabled",
970 "enable_features": [
971 "NewAudioRenderingMixingStrategy"
972 ]
973 }
974 ]
975 }
976 ],
977 "NewProfileManagement": [
978 {
979 "platforms": [
980 "win"
981 ],
982 "experiments": [
983 {
984 "name": "Enabled"
985 }
986 ]
987 }
988 ],
989 "NonValidatingReloadOnNormalReload": [
990 {
991 "platforms": [
992 "android",
993 "linux",
994 "mac",
995 "win"
996 ],
997 "experiments": [
998 {
999 "name": "Enabled",
1000 "enable_features": [
1001 "NonValidatingReloadOnNormalReload"
1002 ]
1003 }
1004 ]
1005 }
1006 ],
1007 "NonValidatingReloadOnRefreshContentV2": [
1008 {
1009 "platforms": [
1010 "android"
1011 ],
1012 "experiments": [
1013 {
1014 "name": "Enabled",
1015 "enable_features": [
1016 "NonValidatingReloadOnRefreshContentV2"
1017 ]
1018 }
1019 ]
1020 }
1021 ],
1022 "OfferUploadCreditCards": [
1023 {
1024 "platforms": [
1025 "android",
1026 "chromeos",
1027 "linux",
1028 "mac",
1029 "win"
1030 ],
1031 "experiments": [
1032 {
1033 "name": "Enabled"
1034 }
1035 ]
1036 }
1037 ],
1038 "OfflinePages": [
1039 {
1040 "platforms": [
1041 "android"
1042 ],
1043 "experiments": [
1044 {
1045 "name": "EnabledAsBookmarks",
1046 "enable_features": [
1047 "NTPOfflinePages"
1048 ]
1049 }
1050 ]
1051 }
1052 ],
1053 "OutOfProcessPac": [
1054 {
1055 "platforms": [
1056 "chromeos",
1057 "linux",
1058 "mac",
1059 "win"
1060 ],
1061 "experiments": [
1062 {
1063 "name": "Enabled"
1064 }
1065 ]
1066 }
1067 ],
1068 "PageRevisitInstrumentation": [
1069 {
1070 "platforms": [
1071 "android",
1072 "chromeos",
1073 "ios",
1074 "linux",
1075 "mac",
1076 "win"
1077 ],
1078 "experiments": [
1079 {
1080 "name": "Enabled"
1081 }
1082 ]
1083 }
1084 ],
1085 "ParseHTMLOnMainThread": [
1086 {
1087 "platforms": [
1088 "android",
1089 "chromeos",
1090 "linux",
1091 "mac",
1092 "win"
1093 ],
1094 "experiments": [
1095 {
1096 "name": "Enabled",
1097 "params": {
1098 "parseHTMLOnMainThreadCoalesceChunks": "false",
1099 "parseHTMLOnMainThreadSyncTokenize": "false"
1100 },
1101 "enable_features": [
1102 "ParseHTMLOnMainThread"
1103 ]
1104 }
1105 ]
1106 }
1107 ],
1108 "PassiveDocumentEventListeners": [
1109 {
1110 "platforms": [
1111 "android",
1112 "chromeos",
1113 "linux",
1114 "mac",
1115 "win"
1116 ],
1117 "experiments": [
1118 {
1119 "name": "Enabled",
1120 "enable_features": [
1121 "PassiveDocumentEventListeners"
1122 ]
1123 }
1124 ]
1125 }
1126 ],
1127 "PassiveEventListenersDueToFling": [
1128 {
1129 "platforms": [
1130 "android",
1131 "chromeos",
1132 "linux",
1133 "mac",
1134 "win"
1135 ],
1136 "experiments": [
1137 {
1138 "name": "Enabled",
1139 "enable_features": [
1140 "PassiveEventListenersDueToFling"
1141 ]
1142 }
1143 ]
1144 }
1145 ],
1146 "PasswordBranding": [
1147 {
1148 "platforms": [
1149 "android",
1150 "chromeos",
1151 "ios",
1152 "linux",
1153 "mac",
1154 "win"
1155 ],
1156 "experiments": [
1157 {
1158 "name": "SmartLockBrandingSavePromptOnly"
1159 }
1160 ]
1161 }
1162 ],
1163 "PasswordGeneration": [
1164 {
1165 "platforms": [
1166 "win"
1167 ],
1168 "experiments": [
1169 {
1170 "name": "Disabled"
1171 }
1172 ]
1173 }
1174 ],
1175 "PasswordManagerSettingsMigration": [
1176 {
1177 "platforms": [
1178 "android",
1179 "chromeos",
1180 "ios",
1181 "linux",
1182 "mac",
1183 "win"
1184 ],
1185 "experiments": [
1186 {
1187 "name": "Enable"
1188 }
1189 ]
1190 }
1191 ],
1192 "PasswordSeparatedSigninFlow": [
1193 {
1194 "platforms": [
1195 "linux",
1196 "mac",
1197 "win"
1198 ],
1199 "experiments": [
1200 {
1201 "name": "Enabled",
1202 "enable_features": [
1203 "UsePasswordSeparatedSigninFlow"
1204 ]
1205 }
1206 ]
1207 }
1208 ],
1209 "PasswordSmartBubble": [
1210 {
1211 "platforms": [
1212 "chromeos",
1213 "linux",
1214 "mac",
1215 "win"
1216 ],
1217 "experiments": [
1218 {
1219 "name": "3-Times",
1220 "params": {
1221 "dismissal_count": "3"
1222 }
1223 }
1224 ]
1225 }
1226 ],
1227 "PersistentHistograms": [
1228 {
1229 "platforms": [
1230 "android",
1231 "chromeos",
1232 "ios",
1233 "linux",
1234 "mac",
1235 "win"
1236 ],
1237 "experiments": [
1238 {
1239 "name": "EnabledInMemory",
1240 "params": {
1241 "storage": "LocalMemory"
1242 },
1243 "enable_features": [
1244 "PersistentHistograms"
1245 ]
1246 },
1247 {
1248 "name": "EnabledOnDisk",
1249 "params": {
1250 "storage": "MappedFile"
1251 },
1252 "enable_features": [
1253 "PersistentHistograms"
1254 ]
1255 }
1256 ]
1257 }
1258 ],
1259 "PhysicalWeb": [
1260 {
1261 "platforms": [
1262 "android"
1263 ],
1264 "experiments": [
1265 {
1266 "name": "Enabled",
1267 "enable_features": [
1268 "PhysicalWeb"
1269 ]
1270 }
1271 ]
1272 }
1273 ],
1274 "PluginPowerSaverTiny": [
1275 {
1276 "platforms": [
1277 "chromeos",
1278 "linux",
1279 "mac",
1280 "win"
1281 ],
1282 "experiments": [
1283 {
1284 "name": "Enabled",
1285 "enable_features": [
1286 "BlockSmallPluginContent"
1287 ]
1288 }
1289 ]
1290 }
1291 ],
1292 "PointerEvent": [
1293 {
1294 "platforms": [
1295 "android",
1296 "chromeos",
1297 "linux",
1298 "mac",
1299 "win"
1300 ],
1301 "experiments": [
1302 {
1303 "name": "Enabled",
1304 "enable_features": [
1305 "PointerEvent"
1306 ]
1307 }
1308 ]
1309 }
1310 ],
1311 "Precache": [
1312 {
1313 "platforms": [
1314 "android"
1315 ],
1316 "experiments": [
1317 {
1318 "name": "Enabled"
1319 }
1320 ]
1321 }
1322 ],
1323 "PreconnectMore": [
1324 {
1325 "platforms": [
1326 "android",
1327 "chromeos",
1328 "linux",
1329 "mac",
1330 "win"
1331 ],
1332 "experiments": [
1333 {
1334 "name": "Enabled",
1335 "enable_features": [
1336 "PreconnectMore"
1337 ]
1338 }
1339 ]
1340 }
1341 ],
1342 "ProgressBarAnimationAndroid": [
1343 {
1344 "platforms": [
1345 "android"
1346 ],
1347 "experiments": [
1348 {
1349 "name": "SmoothAnimation",
1350 "params": {
1351 "progress-bar-animation": "smooth"
1352 }
1353 }
1354 ]
1355 }
1356 ],
1357 "QUIC": [
1358 {
1359 "platforms": [
1360 "android",
1361 "chromeos",
1362 "ios",
1363 "linux",
1364 "mac",
1365 "win"
1366 ],
1367 "experiments": [
1368 {
1369 "name": "Enabled"
1370 }
1371 ]
1372 }
1373 ],
1374 "RafAlignedInput": [
1375 {
1376 "platforms": [
1377 "android",
1378 "chromeos",
1379 "linux",
1380 "mac",
1381 "win"
1382 ],
1383 "experiments": [
1384 {
1385 "name": "Enabled",
1386 "enable_features": [
1387 "RafAlignedInput"
1388 ]
1389 }
1390 ]
1391 }
1392 ],
1393 "ReadItLater": [
1394 {
1395 "platforms": [
1396 "android"
1397 ],
1398 "experiments": [
1399 {
1400 "name": "Enabled",
1401 "enable_features": [
1402 "ReadItLaterInMenu"
1403 ]
1404 }
1405 ]
1406 }
1407 ],
1408 "ReaderModeUI": [
1409 {
1410 "platforms": [
1411 "android"
1412 ],
1413 "experiments": [
1414 {
1415 "name": "AdaBoost"
1416 },
1417 {
1418 "name": "Disabled"
1419 }
1420 ]
1421 }
1422 ],
1423 "ReaderModeUIFeedback": [
1424 {
1425 "platforms": [
1426 "android"
1427 ],
1428 "experiments": [
1429 {
1430 "name": "Show"
1431 },
1432 {
1433 "name": "DoNotShow"
1434 }
1435 ]
1436 }
1437 ],
1438 "RefreshTokenDeviceId": [
1439 {
1440 "platforms": [
1441 "linux",
1442 "mac",
1443 "win"
1444 ],
1445 "experiments": [
1446 {
1447 "name": "Enabled"
1448 }
1449 ]
1450 }
1451 ],
1452 "ReportCertificateErrors": [
1453 {
1454 "platforms": [
1455 "android"
1456 ],
1457 "experiments": [
1458 {
1459 "name": "ShowAndPossiblySend",
1460 "params": {
1461 "sendingThreshold": "1.0"
1462 }
1463 },
1464 {
1465 "name": "DontShowAndDontSend"
1466 }
1467 ]
1468 },
1469 {
1470 "platforms": [
1471 "chromeos"
1472 ],
1473 "experiments": [
1474 {
1475 "name": "ShowAndPossiblySend",
1476 "params": {
1477 "sendingThreshold": "1.0"
1478 }
1479 },
1480 {
1481 "name": "ShowAndPossiblySend",
1482 "params": {
1483 "sendingThreshold": "-1.0"
1484 }
1485 },
1486 {
1487 "name": "ShowAndPossiblySend",
1488 "params": {
1489 "sendingThreshold": "0.0"
1490 }
1491 },
1492 {
1493 "name": "ShowAndPossiblySend",
1494 "params": {
1495 "sendingThreshold": "abcdef"
1496 }
1497 },
1498 {
1499 "name": "DontShowAndDontSend"
1500 }
1501 ]
1502 },
1503 {
1504 "platforms": [
1505 "linux",
1506 "mac",
1507 "win"
1508 ],
1509 "experiments": [
1510 {
1511 "name": "ShowAndPossiblySend",
1512 "params": {
1513 "sendingThreshold": "1.0"
1514 }
1515 },
1516 {
1517 "name": "DontShowAndDontSend"
1518 }
1519 ]
1520 }
1521 ],
1522 "SRTPromptFieldTrial": [
1523 {
1524 "platforms": [
1525 "win"
1526 ],
1527 "experiments": [
1528 {
1529 "name": "On"
1530 }
1531 ]
1532 }
1533 ],
1534 "SSLCommonNameMismatchHandling": [
1535 {
1536 "platforms": [
1537 "chromeos",
1538 "linux",
1539 "mac",
1540 "win"
1541 ],
1542 "experiments": [
1543 {
1544 "name": "Enabled"
1545 }
1546 ]
1547 }
1548 ],
1549 "SafeBrowsingAndroid": [
1550 {
1551 "platforms": [
1552 "android"
1553 ],
1554 "experiments": [
1555 {
1556 "name": "Enabled",
1557 "params": {
1558 "enabled": "true",
1559 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15"
1560 }
1561 },
1562 {
1563 "name": "Control"
1564 }
1565 ]
1566 }
1567 ],
1568 "SafeBrowsingIncidentReportingService": [
1569 {
1570 "platforms": [
1571 "chromeos",
1572 "linux",
1573 "mac",
1574 "win"
1575 ],
1576 "experiments": [
1577 {
1578 "name": "Enabled",
1579 "params": {
1580 "collect_reg_data": "true"
1581 },
1582 "enable_features": [
1583 "IncidentReportingDisableUpload"
1584 ]
1585 },
1586 {
1587 "name": "Default"
1588 }
1589 ]
1590 }
1591 ],
1592 "SafeBrowsingIncidentReportingServiceFeatures": [
1593 {
1594 "platforms": [
1595 "chromeos",
1596 "linux",
1597 "mac",
1598 "win"
1599 ],
1600 "experiments": [
1601 {
1602 "name": "WithSuspiciousModuleReporting",
1603 "enable_features": [
1604 "IncidentReportingModuleLoadAnalysis",
1605 "IncidentReportingSuspiciousModuleReporting"
1606 ]
1607 },
1608 {
1609 "name": "WithModuleLoadAnalysis",
1610 "enable_features": [
1611 "IncidentReportingModuleLoadAnalysis"
1612 ]
1613 },
1614 {
1615 "name": "Default"
1616 }
1617 ]
1618 }
1619 ],
1620 "SafeBrowsingReportPhishingErrorLink": [
1621 {
1622 "platforms": [
1623 "android",
1624 "linux",
1625 "mac",
1626 "win"
1627 ],
1628 "experiments": [
1629 {
1630 "name": "Enabled"
1631 },
1632 {
1633 "name": "Control"
1634 },
1635 {
1636 "name": "Disabled"
1637 }
1638 ]
1639 }
1640 ],
1641 "SafeBrowsingUpdateFrequency": [
1642 {
1643 "platforms": [
1644 "linux",
1645 "mac",
1646 "win"
1647 ],
1648 "experiments": [
1649 {
1650 "name": "UpdateTime15m",
1651 "params": {
1652 "NextUpdateIntervalInMinutes": "15"
1653 }
1654 }
1655 ]
1656 }
1657 ],
1658 "SafeBrowsingV4LocalDatabaseManagerEnabled": [
1659 {
1660 "platforms": [
1661 "chromeos",
1662 "linux",
1663 "mac",
1664 "win"
1665 ],
1666 "experiments": [
1667 {
1668 "name": "Enabled"
1669 }
1670 ]
1671 }
1672 ],
1673 "SchedulerExpensiveTaskBlocking": [
1674 {
1675 "platforms": [
1676 "android",
1677 "chromeos",
1678 "linux",
1679 "mac",
1680 "win"
1681 ],
1682 "experiments": [
1683 {
1684 "name": "Enabled"
1685 }
1686 ]
1687 }
1688 ],
1689 "SdchPersistence": [
1690 {
1691 "platforms": [
1692 "android",
1693 "chromeos",
1694 "ios",
1695 "linux",
1696 "mac",
1697 "win"
1698 ],
1699 "experiments": [
1700 {
1701 "name": "Enabled"
1702 }
1703 ]
1704 }
1705 ],
1706 "SecurityWarningIconUpdate": [
1707 {
1708 "platforms": [
1709 "android",
1710 "chromeos",
1711 "ios",
1712 "linux",
1713 "mac",
1714 "win"
1715 ],
1716 "experiments": [
1717 {
1718 "name": "Enabled",
1719 "enable_features": [
1720 "SecurityWarningIconUpdate"
1721 ]
1722 },
1723 {
1724 "name": "Control",
1725 "disable_features": [
1726 "SecurityWarningIconUpdate"
1727 ]
1728 },
1729 {
1730 "name": "Default"
1731 }
1732 ]
1733 }
1734 ],
1735 "SettingsEnforcement": [
1736 {
1737 "platforms": [
1738 "win"
1739 ],
1740 "experiments": [
1741 {
1742 "name": "enforce_always_with_extensions_and_dse"
1743 }
1744 ]
1745 }
1746 ],
1747 "SignInPasswordPromo": [
1748 {
1749 "platforms": [
1750 "linux",
1751 "mac",
1752 "win"
1753 ],
1754 "experiments": [
1755 {
1756 "name": "Enable",
1757 "params": {
1758 "dismissal_threshold": "1"
1759 }
1760 }
1761 ]
1762 }
1763 ],
1764 "SimpleCacheTrial": [
1765 {
1766 "platforms": [
1767 "chromeos",
1768 "linux",
1769 "mac"
1770 ],
1771 "experiments": [
1772 {
1773 "name": "ExperimentYes"
1774 }
1775 ]
1776 }
1777 ],
1778 "SiteEngagement": [
1779 {
1780 "platforms": [
1781 "android",
1782 "chromeos",
1783 "linux",
1784 "mac",
1785 "win"
1786 ],
1787 "experiments": [
1788 {
1789 "name": "AggressiveAccumulation",
1790 "params": {
1791 "bootstrap_points": "24",
1792 "decay_period_in_hours": "2",
1793 "decay_points": "0",
1794 "decay_proportion": "0.984",
1795 "first_daily_engagement_points": "1.5",
1796 "hidden_media_playing_points": "0.01",
1797 "high_engagement_boundary": "50",
1798 "last_engagement_grace_period_in_hours": "1",
1799 "max_decays_per_score": "4",
1800 "max_points_per_day": "15",
1801 "medium_engagement_boundary": "15",
1802 "navigation_points": "1.5",
1803 "score_cleanup_threshold": "0.5",
1804 "user_input_points": "0.6",
1805 "visible_media_playing_points": "0.06",
1806 "web_app_installed_points": "5"
1807 }
1808 }
1809 ]
1810 }
1811 ],
1812 "SpeculativeLaunchServiceWorker": [
1813 {
1814 "platforms": [
1815 "android",
1816 "chromeos",
1817 "linux",
1818 "mac",
1819 "win"
1820 ],
1821 "experiments": [
1822 {
1823 "name": "Enabled",
1824 "enable_features": [
1825 "SpeculativeLaunchServiceWorker"
1826 ]
1827 },
1828 {
1829 "name": "Disabled"
1830 }
1831 ]
1832 }
1833 ],
1834 "StrictSecureCookies": [
1835 {
1836 "platforms": [
1837 "android",
1838 "chromeos",
1839 "linux",
1840 "mac",
1841 "win"
1842 ],
1843 "experiments": [
1844 {
1845 "name": "Enabled"
1846 }
1847 ]
1848 }
1849 ],
1850 "SyncHttpContentCompression": [
1851 {
1852 "platforms": [
1853 "android",
1854 "chromeos",
1855 "ios",
1856 "linux",
1857 "mac",
1858 "win"
1859 ],
1860 "experiments": [
1861 {
1862 "name": "Enabled"
1863 },
1864 {
1865 "name": "Disabled"
1866 }
1867 ]
1868 }
1869 ],
1870 "TabSyncByRecency": [
1871 {
1872 "platforms": [
1873 "android",
1874 "chromeos",
1875 "ios",
1876 "linux",
1877 "mac",
1878 "win"
1879 ],
1880 "experiments": [
1881 {
1882 "name": "Enabled"
1883 }
1884 ]
1885 }
1886 ],
1887 "TokenBinding": [
1888 {
1889 "platforms": [
1890 "android",
1891 "chromeos",
1892 "linux",
1893 "mac",
1894 "win"
1895 ],
1896 "experiments": [
1897 {
1898 "name": "TokenBinding",
1899 "enable_features": [
1900 "token-binding"
1901 ]
1902 }
1903 ]
1904 }
1905 ],
1906 "TranslateUiLangTrial": [
1907 {
1908 "platforms": [
1909 "mac"
1910 ],
1911 "experiments": [
1912 {
1913 "name": "DefaultTranslateLanguage"
1914 },
1915 {
1916 "name": "EnabledTranslateLanguage"
1917 }
1918 ]
1919 }
1920 ],
1921 "TriggeredResetFieldTrial": [
1922 {
1923 "platforms": [
1924 "win"
1925 ],
1926 "experiments": [
1927 {
1928 "name": "On"
1929 }
1930 ]
1931 }
1932 ],
1933 "UMA_EnableCellularLogUpload": [
1934 {
1935 "platforms": [
1936 "android"
1937 ],
1938 "experiments": [
1939 {
1940 "name": "Enabled_wo_sampling",
1941 "params": {
1942 "Enabled": "true",
1943 "Optimize": "true",
1944 "Sample_Probability": "100",
1945 "Uma_Quota": "204800",
1946 "Uma_Ratio": "0.05"
1947 }
1948 }
1949 ]
1950 }
1951 ],
1952 "UnifiedMediaPipelineTrial": [
1953 {
1954 "platforms": [
1955 "android"
1956 ],
1957 "experiments": [
1958 {
1959 "name": "Enabled"
1960 }
1961 ]
1962 }
1963 ],
1964 "UpdateMenuItem": [
1965 {
1966 "platforms": [
1967 "android"
1968 ],
1969 "experiments": [
1970 {
1971 "name": "Enabled",
1972 "params": {
1973 "enable_update_menu_item": "true"
1974 }
1975 },
1976 {
1977 "name": "EnabledWithBadge",
1978 "params": {
1979 "enable_update_badge": "true",
1980 "enable_update_menu_item": "true"
1981 }
1982 },
1983 {
1984 "name": "EnabledWithSummary",
1985 "params": {
1986 "enable_update_menu_item": "true",
1987 "show_summary": "true"
1988 }
1989 },
1990 {
1991 "name": "EnabledWithCustomSummary",
1992 "params": {
1993 "custom_summary": "Custom update summary",
1994 "enable_update_menu_item": "true",
1995 "show_summary": "true"
1996 }
1997 },
1998 {
1999 "name": "EnabledWithSummaryAndBadge",
2000 "params": {
2001 "enable_update_badge": "true",
2002 "enable_update_menu_item": "true",
2003 "show_summary": "true"
2004 }
2005 },
2006 {
2007 "name": "Default",
2008 "params": {
2009 "enable_update_menu_item": "false"
2010 }
2011 }
2012 ]
2013 }
2014 ],
2015 "V8CacheStrategiesForCacheStorage": [
2016 {
2017 "platforms": [
2018 "android",
2019 "chromeos",
2020 "linux",
2021 "mac",
2022 "win"
2023 ],
2024 "experiments": [
2025 {
2026 "name": "default"
2027 },
2028 {
2029 "name": "none"
2030 },
2031 {
2032 "name": "normal"
2033 },
2034 {
2035 "name": "aggressive"
2036 }
2037 ]
2038 }
2039 ],
2040 "ViewsSimplifiedFullscreenUI": [
2041 {
2042 "platforms": [
2043 "mac"
2044 ],
2045 "experiments": [
2046 {
2047 "name": "Enabled",
2048 "enable_features": [
2049 "ViewsSimplifiedFullscreenUI"
2050 ]
2051 }
2052 ]
2053 }
2054 ],
2055 "WebBluetoothBlacklist": [
2056 {
2057 "platforms": [
2058 "android",
2059 "chromeos",
2060 "linux",
2061 "mac",
2062 "win"
2063 ],
2064 "experiments": [
2065 {
2066 "//1": "The value 'ed5f25a4:e' is included for the",
2067 "//2": "WebBluetoothTest BlacklistShouldBlock test.",
2068 "//3": "TODO(643013): Remove other values in Chrome 55 or la ter.",
2069 "name": "TestGroup",
2070 "params": {
2071 "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
2072 }
2073 }
2074 ]
2075 }
2076 ],
2077 "WebFontsInterventionV2": [
2078 {
2079 "platforms": [
2080 "android",
2081 "chromeos",
2082 "linux",
2083 "mac",
2084 "win"
2085 ],
2086 "experiments": [
2087 {
2088 "name": "Enabled-slow2g"
2089 }
2090 ]
2091 }
2092 ],
2093 "WebRTC-EnableWebRtcEcdsa": [
2094 {
2095 "platforms": [
2096 "android",
2097 "chromeos",
2098 "linux",
2099 "mac",
2100 "win"
2101 ],
2102 "experiments": [
2103 {
2104 "name": "Enabled",
2105 "enable_features": [
2106 "WebRTC-EnableWebRtcEcdsa"
2107 ]
2108 }
2109 ]
2110 }
2111 ],
2112 "WebRTC-H264WithOpenH264FFmpeg": [
2113 {
2114 "platforms": [
2115 "chromeos",
2116 "linux",
2117 "mac",
2118 "win"
2119 ],
2120 "experiments": [
2121 {
2122 "name": "Enabled",
2123 "enable_features": [
2124 "WebRTC-H264WithOpenH264FFmpeg"
2125 ]
2126 }
2127 ]
2128 }
2129 ],
2130 "WebRTC-LocalIPPermissionCheck": [
2131 {
2132 "platforms": [
2133 "android",
2134 "chromeos",
2135 "linux",
2136 "mac",
2137 "win"
2138 ],
2139 "experiments": [
2140 {
2141 "name": "Enabled"
2142 }
2143 ]
2144 }
2145 ],
2146 "WebRTC-PeerConnectionDTLS1.2": [
2147 {
2148 "platforms": [
2149 "android",
2150 "chromeos",
2151 "linux",
2152 "mac",
2153 "win"
2154 ],
2155 "experiments": [
2156 {
2157 "name": "Enabled"
2158 }
2159 ]
2160 }
2161 ],
2162 "use-new-media-cache": [
2163 {
2164 "platforms": [
2165 "android",
2166 "chromeos",
2167 "linux",
2168 "mac",
2169 "win"
2170 ],
2171 "experiments": [
2172 {
2173 "name": "Enabled",
2174 "enable_features": [
2175 "use-new-media-cache"
2176 ]
2177 }
2178 ]
2179 }
2180 ]
2181 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698