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

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

Issue 1203203004: Update config to add a new state to custom tab experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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",
11 "params": { 11 "params": {
12 "DefaultViewMode": "Grid", 12 "DefaultViewMode": "Grid",
13 "id": "Fake_id_to_trigger_experiment_code" 13 "id": "Fake_id_to_trigger_experiment_code"
14 } 14 }
15 }, 15 },
16 { 16 {
17 "group_name": "EnableEnhancedBookmarksList", 17 "group_name": "EnableEnhancedBookmarksList",
18 "params": { 18 "params": {
19 "DefaultViewMode": "List", 19 "DefaultViewMode": "List",
20 "id": "Fake_id_to_trigger_experiment_code" 20 "id": "Fake_id_to_trigger_experiment_code"
21 } 21 }
22 } 22 }
23 ], 23 ],
24 "CustomTabs": [ 24 "CustomTabs": [
25 { 25 {
26 "group_name": "Enabled" 26 "group_name": "Enabled"
27 }, 27 },
28 { 28 {
29 "group_name": "DisablePrerender"
30 },
31 {
29 "group_name": "Disabled" 32 "group_name": "Disabled"
30 } 33 }
31 ], 34 ],
32 "LimitSyncPassphrasePrompt": [ 35 "LimitSyncPassphrasePrompt": [
33 { 36 {
34 "group_name": "Enabled" 37 "group_name": "Enabled"
35 } 38 }
36 ], 39 ],
37 "ReaderModeUIFeedback": [ 40 "ReaderModeUIFeedback": [
38 { 41 {
39 "group_name": "Show" 42 "group_name": "Show"
40 }, 43 },
41 { 44 {
42 "group_name": "DoNotShow" 45 "group_name": "DoNotShow"
43 } 46 }
44 ] 47 ]
45 } 48 }
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