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

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

Issue 2226733004: [Android] Add an about flag for Download Manager UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Android] Add an about flag for Download Manager UI Created 4 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
OLDNEW
1 { 1 {
2 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "enable_features": [ 122 "enable_features": [
123 "DocumentWriteEvaluator" 123 "DocumentWriteEvaluator"
124 ], 124 ],
125 "group_name": "DocumentWriteEvaluatorGroup", 125 "group_name": "DocumentWriteEvaluatorGroup",
126 "params": { 126 "params": {
127 "disallowFetchForDocWrittenScriptsInMainFrame": "false", 127 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
128 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "false" 128 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "false"
129 } 129 }
130 } 130 }
131 ], 131 ],
132 "DownloadsUi": [
133 {
134 "group_name": "Enabled"
135 }
136 ],
132 "EnableMediaThreadForMediaPlayback": [ 137 "EnableMediaThreadForMediaPlayback": [
133 { 138 {
134 "group_name": "Enabled" 139 "group_name": "Enabled"
135 } 140 }
136 ], 141 ],
137 "ExpectCTReporting": [ 142 "ExpectCTReporting": [
138 { 143 {
139 "enable_features": [ 144 "enable_features": [
140 "ExpectCTReporting" 145 "ExpectCTReporting"
141 ], 146 ],
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 ], 600 ],
596 "use-new-media-cache": [ 601 "use-new-media-cache": [
597 { 602 {
598 "enable_features": [ 603 "enable_features": [
599 "use-new-media-cache" 604 "use-new-media-cache"
600 ], 605 ],
601 "group_name": "Enabled" 606 "group_name": "Enabled"
602 } 607 }
603 ] 608 ]
604 } 609 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698