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

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

Issue 1485893004: Add EnhancedBookmarks experiment groups to fieldtrial json. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 } 96 }
97 } 97 }
98 ], 98 ],
99 "EnableMediaThreadForMediaPlayback": [ 99 "EnableMediaThreadForMediaPlayback": [
100 { 100 {
101 "group_name": "Enabled" 101 "group_name": "Enabled"
102 } 102 }
103 ], 103 ],
104 "EnhancedBookmarks": [ 104 "EnhancedBookmarks": [
105 { 105 {
106 "group_name": "Launch EnableEnhancedBookmarks",
107 "params": {
108 "id": "Fake_id_to_trigger_experiment_code"
109 }
110 },
111 {
112 "group_name": "Launch Control"
113 },
114 {
106 "group_name": "EnableEnhancedBookmarks", 115 "group_name": "EnableEnhancedBookmarks",
107 "params": { 116 "params": {
108 "id": "Fake_id_to_trigger_experiment_code" 117 "id": "Fake_id_to_trigger_experiment_code"
109 } 118 }
110 }, 119 },
111 { 120 {
112 "group_name": "EnableEnhancedBookmarksGrid", 121 "group_name": "EnableEnhancedBookmarksGrid",
113 "params": { 122 "params": {
114 "DefaultViewMode": "Grid", 123 "DefaultViewMode": "Grid",
115 "id": "Fake_id_to_trigger_experiment_code" 124 "id": "Fake_id_to_trigger_experiment_code"
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 { 332 {
324 "group_name": "Enabled" 333 "group_name": "Enabled"
325 } 334 }
326 ], 335 ],
327 "WebRTC-PeerConnectionDTLS1.2": [ 336 "WebRTC-PeerConnectionDTLS1.2": [
328 { 337 {
329 "group_name": "Enabled" 338 "group_name": "Enabled"
330 } 339 }
331 ] 340 ]
332 } 341 }
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