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

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

Issue 1200383005: Activate prepopulated fieldtrials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codegen_field_trials
Patch Set: rebase 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
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 } 43 }
44 ], 44 ],
45 "ReaderModeUIFeedback": [ 45 "ReaderModeUIFeedback": [
46 { 46 {
47 "group_name": "Show" 47 "group_name": "Show"
48 }, 48 },
49 { 49 {
50 "group_name": "DoNotShow" 50 "group_name": "DoNotShow"
51 } 51 }
52 ], 52 ],
53 "SyncBackingDatabase32K": [
54 {
55 "group_name": "Enabled"
56 },
57 {
58 "group_name": "Disabled"
59 }
60 ],
61 "ContextualSearch": [ 53 "ContextualSearch": [
62 { 54 {
63 "group_name": "OptOut", 55 "group_name": "OptOut",
64 "params": { 56 "params": {
65 "enabled": "true", 57 "enabled": "true",
66 "promo_opt_out": "true" 58 "promo_opt_out": "true"
67 } 59 }
68 } 60 }
69 ] 61 ]
70 } 62 }
OLDNEW
« no previous file with comments | « chrome/common/variations/variations_util_unittest.cc ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698