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

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

Issue 2296493002: Merge all Field Trial Testing Configuration Together (Closed)
Patch Set: Rebase to e3a7b31 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 "AutofillFieldMetadata": [
3 {
4 "group_name": "Enabled"
5 }
6 ],
7 "AutofillProfileCleanup": [
8 {
9 "enable_features": [
10 "AutofillProfileCleanup"
11 ],
12 "group_name": "Enabled"
13 }
14 ],
15 "AutofillProfileOrderByFrecency": [
16 {
17 "group_name": "EnabledLimitTo3",
18 "params": {
19 "limit": "3"
20 }
21 },
22 {
23 "group_name": "Enabled"
24 }
25 ],
26 "ChromotingQUIC": [
27 {
28 "group_name": "Enabled"
29 }
30 ],
31 "DataCompressionProxyDevRollout": [
32 {
33 "group_name": "Control"
34 },
35 {
36 "group_name": "Enabled"
37 }
38 ],
39 "ExpectCTReporting": [
40 {
41 "enable_features": [
42 "ExpectCTReporting"
43 ],
44 "group_name": "ExpectCTReportingEnabled"
45 }
46 ],
47 "NetworkTimeQueries": [
48 {
49 "enable_features": [
50 "NetworkTimeServiceQuerying"
51 ],
52 "group_name": "NetworkTimeQueriesEnabled"
53 }
54 ],
55 "PageRevisitInstrumentation": [
56 {
57 "group_name": "Enabled"
58 }
59 ],
60 "PasswordBranding": [
61 {
62 "group_name": "SmartLockBrandingSavePromptOnly"
63 }
64 ],
65 "PasswordManagerSettingsMigration": [
66 {
67 "group_name": "Enable"
68 }
69 ],
70 "PersistentHistograms": [
71 {
72 "enable_features": [
73 "PersistentHistograms"
74 ],
75 "group_name": "EnabledInMemory",
76 "params": {
77 "storage": "LocalMemory"
78 }
79 },
80 {
81 "enable_features": [
82 "PersistentHistograms"
83 ],
84 "group_name": "EnabledOnDisk",
85 "params": {
86 "storage": "MappedFile"
87 }
88 }
89 ],
90 "QUIC": [
91 {
92 "group_name": "Enabled",
93 "params": {
94 "delay_tcp_race": "true"
95 }
96 }
97 ],
98 "SdchPersistence": [
99 {
100 "group_name": "Enabled"
101 }
102 ],
103 "SecurityWarningIconUpdate": [
104 {
105 "enable_features": [
106 "SecurityWarningIconUpdate"
107 ],
108 "group_name": "Enabled"
109 },
110 {
111 "disable_features": [
112 "SecurityWarningIconUpdate"
113 ],
114 "group_name": "Control"
115 },
116 {
117 "group_name": "Default"
118 }
119 ],
120 "SyncHttpContentCompression": [
121 {
122 "group_name": "Enabled"
123 },
124 {
125 "group_name": "Disabled"
126 }
127 ],
128 "TabSyncByRecency": [
129 {
130 "group_name": "Enabled"
131 }
132 ]
133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698