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

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

Issue 1224083006: Remove unused field trials from fieldtrial testing config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "BrowserBlacklist": [ 2 "BrowserBlacklist": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "CTRequiredForEVTrial": [
8 {
9 "group_name": "RequirementEnforced"
10 }
11 ],
12 "ChildAccountDetection": [ 7 "ChildAccountDetection": [
13 { 8 {
14 "group_name": "Disabled" 9 "group_name": "Disabled"
15 } 10 }
16 ], 11 ],
17 "ChromeDashboard": [ 12 "ChromeDashboard": [
18 { 13 {
19 "group_name": "Default" 14 "group_name": "Default"
20 } 15 }
21 ], 16 ],
(...skipping 30 matching lines...) Expand all
52 "PasswordGeneration": [ 47 "PasswordGeneration": [
53 { 48 {
54 "group_name": "Disabled" 49 "group_name": "Disabled"
55 } 50 }
56 ], 51 ],
57 "RefreshTokenDeviceId": [ 52 "RefreshTokenDeviceId": [
58 { 53 {
59 "group_name": "Enabled" 54 "group_name": "Enabled"
60 } 55 }
61 ], 56 ],
62 "SHA1IdentityUIWarning": [
63 {
64 "group_name": "Enabled"
65 }
66 ],
67 "SHA1ToolbarUIJanuary2016": [
68 {
69 "group_name": "Warning"
70 }
71 ],
72 "SHA1ToolbarUIJanuary2017": [
73 {
74 "group_name": "Error"
75 }
76 ],
77 "SRTPromptFieldTrial": [ 57 "SRTPromptFieldTrial": [
78 { 58 {
79 "group_name": "Default" 59 "group_name": "Default"
80 } 60 }
81 ], 61 ],
82 "SettingsEnforcement": [ 62 "SettingsEnforcement": [
83 { 63 {
84 "group_name": "enforce_always_with_extensions_and_dse" 64 "group_name": "enforce_always_with_extensions_and_dse"
85 } 65 }
86 ], 66 ],
87 "ShowAppLauncherPromo": [
88 {
89 "group_name": "ShowPromoUntilDismissed"
90 }
91 ],
92 "SyncBackingDatabase32K": [ 67 "SyncBackingDatabase32K": [
93 { 68 {
94 "group_name": "Enabled" 69 "group_name": "Enabled"
95 }, 70 },
96 { 71 {
97 "group_name": "Disabled" 72 "group_name": "Disabled"
98 } 73 }
99 ],
100 "UwSInterstitialStatus": [
101 {
102 "group_name": "On"
103 }
104 ],
105 "VoiceTrigger": [
106 {
107 "group_name": "Install"
108 }
109 ] 74 ]
110 } 75 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698