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

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 a67debf 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 }
94 ],
95 "SdchPersistence": [
96 {
97 "group_name": "Enabled"
98 }
99 ],
100 "SecurityWarningIconUpdate": [
101 {
102 "enable_features": [
103 "SecurityWarningIconUpdate"
104 ],
105 "group_name": "Enabled"
106 },
107 {
108 "disable_features": [
109 "SecurityWarningIconUpdate"
110 ],
111 "group_name": "Control"
112 },
113 {
114 "group_name": "Default"
115 }
116 ],
117 "SyncHttpContentCompression": [
118 {
119 "group_name": "Enabled"
120 },
121 {
122 "group_name": "Disabled"
123 }
124 ],
125 "TabSyncByRecency": [
126 {
127 "group_name": "Enabled"
128 }
129 ]
130 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698