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

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

Issue 1306953003: Add Precache to fieldtrial testing config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | 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 "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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "group_name": "Enabled" 232 "group_name": "Enabled"
233 } 233 }
234 ], 234 ],
235 "VarationsServiceControl": [ 235 "VarationsServiceControl": [
236 { 236 {
237 "group_name": "Interval_30min", 237 "group_name": "Interval_30min",
238 "params": { 238 "params": {
239 "fetch_period_min": "30" 239 "fetch_period_min": "30"
240 } 240 }
241 } 241 }
242 ],
243 "Precache": [
244 {
245 "group_name": "Enabled"
246 }
242 ] 247 ]
243 } 248 }
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