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

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

Issue 2296493002: Merge all Field Trial Testing Configuration Together (Closed)
Patch Set: Review 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 "AutofillProfileOrderByFrecency": [
8 {
9 "group_name": "EnabledLimitTo3",
10 "params": {
11 "limit": "3"
12 }
13 },
14 {
15 "group_name": "Enabled"
16 }
17 ],
18 "ChromotingQUIC": [
19 {
20 "group_name": "Enabled"
21 }
22 ],
23 "DataCompressionProxyDevRollout": [
24 {
25 "group_name": "Control"
26 },
27 {
28 "group_name": "Enabled"
29 }
30 ],
31 "ExpectCTReporting": [
32 {
33 "enable_features": [
34 "ExpectCTReporting"
35 ],
36 "group_name": "ExpectCTReportingEnabled"
37 }
38 ],
39 "NetworkTimeQueries": [
40 {
41 "enable_features": [
42 "NetworkTimeServiceQuerying"
43 ],
44 "group_name": "NetworkTimeQueriesEnabled"
45 }
46 ],
47 "PageRevisitInstrumentation": [
48 {
49 "group_name": "Enabled"
50 }
51 ],
52 "PasswordBranding": [
53 {
54 "group_name": "SmartLockBrandingSavePromptOnly"
55 }
56 ],
57 "PasswordManagerSettingsMigration": [
58 {
59 "group_name": "Enable"
60 }
61 ],
62 "QUIC": [
63 {
64 "group_name": "Enabled",
65 "params": {
66 "delay_tcp_race": "true"
67 }
68 }
69 ],
70 "SdchPersistence": [
71 {
72 "group_name": "Enabled"
73 }
74 ],
75 "SyncHttpContentCompression": [
76 {
77 "group_name": "Enabled"
78 },
79 {
80 "group_name": "Disabled"
81 }
82 ],
83 "TabSyncByRecency": [
84 {
85 "group_name": "Enabled"
86 }
87 ],
88 "VarationsServiceControl": [
89 {
90 "group_name": "Interval_30min",
91 "params": {
92 "fetch_period_min": "30"
93 }
94 }
95 ]
96 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698