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

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

Issue 1226833008: add Chromium field trial config files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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_linux.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 26 matching lines...) Expand all
37 "group_name": "Enabled" 37 "group_name": "Enabled"
38 } 38 }
39 ], 39 ],
40 "ReaderModeUIFeedback": [ 40 "ReaderModeUIFeedback": [
41 { 41 {
42 "group_name": "Show" 42 "group_name": "Show"
43 }, 43 },
44 { 44 {
45 "group_name": "DoNotShow" 45 "group_name": "DoNotShow"
46 } 46 }
47 ],
48 "SyncBackingDatabase32K": [
49 {
50 "group_name": "Enabled"
51 },
52 {
53 "group_name": "Disabled"
54 }
47 ] 55 ]
48 } 56 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698