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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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
OLDNEW
1 { 1 {
2 "AutofillFieldMetadata": [ 2 "AutofillFieldMetadata": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "CaptivePortalInterstitial": [ 7 "CaptivePortalInterstitial": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 11 matching lines...) Expand all
22 "EnableGoogleCachedCopyTextExperiment": [ 22 "EnableGoogleCachedCopyTextExperiment": [
23 { 23 {
24 "group_name": "Button" 24 "group_name": "Button"
25 } 25 }
26 ], 26 ],
27 "EnableSessionCrashedBubbleUI": [ 27 "EnableSessionCrashedBubbleUI": [
28 { 28 {
29 "group_name": "Enabled" 29 "group_name": "Enabled"
30 } 30 }
31 ], 31 ],
32 "ExtensionActionRedesign": [
33 {
34 "group_name": "Enabled"
35 }
36 ],
32 "InstanceID": [ 37 "InstanceID": [
33 { 38 {
34 "group_name": "Enabled" 39 "group_name": "Enabled"
35 } 40 }
36 ], 41 ],
37 "PluginPowerSaver": [ 42 "PluginPowerSaver": [
38 { 43 {
39 "group_name": "Enabled" 44 "group_name": "Enabled"
40 } 45 }
41 ], 46 ],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 ], 122 ],
118 "VarationsServiceControl": [ 123 "VarationsServiceControl": [
119 { 124 {
120 "group_name": "Interval_30min", 125 "group_name": "Interval_30min",
121 "params": { 126 "params": {
122 "fetch_period_min": "30" 127 "fetch_period_min": "30"
123 } 128 }
124 } 129 }
125 ] 130 ]
126 } 131 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698