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

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

Issue 1363463002: [Extensions Toolbar] Add a finch config for the redesign (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finnur's Created 5 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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | 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 "AutofillFieldMetadata": [ 2 "AutofillFieldMetadata": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutomaticTabDiscarding": [ 7 "AutomaticTabDiscarding": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 26 matching lines...) Expand all
37 "EnableGoogleCachedCopyTextExperiment": [ 37 "EnableGoogleCachedCopyTextExperiment": [
38 { 38 {
39 "group_name": "Button" 39 "group_name": "Button"
40 } 40 }
41 ], 41 ],
42 "EnableSessionCrashedBubbleUI": [ 42 "EnableSessionCrashedBubbleUI": [
43 { 43 {
44 "group_name": "Enabled" 44 "group_name": "Enabled"
45 } 45 }
46 ], 46 ],
47 "ExtensionActionRedesign": [
48 {
49 "group_name": "Enabled"
50 }
51 ],
47 "ExtensionContentVerification": [ 52 "ExtensionContentVerification": [
48 { 53 {
49 "group_name": "Enforce" 54 "group_name": "Enforce"
50 } 55 }
51 ], 56 ],
52 "ExtensionInstallVerification": [ 57 "ExtensionInstallVerification": [
53 { 58 {
54 "group_name": "Enforce" 59 "group_name": "Enforce"
55 } 60 }
56 ], 61 ],
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 ], 206 ],
202 "VarationsServiceControl": [ 207 "VarationsServiceControl": [
203 { 208 {
204 "group_name": "Interval_30min", 209 "group_name": "Interval_30min",
205 "params": { 210 "params": {
206 "fetch_period_min": "30" 211 "fetch_period_min": "30"
207 } 212 }
208 } 213 }
209 ] 214 ]
210 } 215 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698