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

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

Issue 1275073002: [Variations] Add groups to the testing configurations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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 | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "EnhancedBookmarks": [ 2 "EnhancedBookmarks": [
3 { 3 {
4 "group_name": "EnableEnhancedBookmarks", 4 "group_name": "EnableEnhancedBookmarks",
5 "params": { 5 "params": {
6 "id": "Fake_id_to_trigger_experiment_code" 6 "id": "Fake_id_to_trigger_experiment_code"
7 } 7 }
8 }, 8 },
9 { 9 {
10 "group_name": "EnableEnhancedBookmarksGrid", 10 "group_name": "EnableEnhancedBookmarksGrid",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 } 202 }
203 } 203 }
204 ], 204 ],
205 "SyncHttpContentCompression": [ 205 "SyncHttpContentCompression": [
206 { 206 {
207 "group_name": "Enabled" 207 "group_name": "Enabled"
208 }, 208 },
209 { 209 {
210 "group_name": "Disabled" 210 "group_name": "Disabled"
211 } 211 }
212 ],
213 "AutofillFieldMetadata": [
214 {
215 "group_name": "Enabled"
216 }
212 ] 217 ]
213 } 218 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698