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

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: enable_by_default -> disable_by_default 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
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | 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 "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 "enable_features": [
135 "DownloadsUi"
136 ],
137 "group_name": "Enabled"
138 }
139 ],
132 "EnableMediaThreadForMediaPlayback": [ 140 "EnableMediaThreadForMediaPlayback": [
133 { 141 {
134 "group_name": "Enabled" 142 "group_name": "Enabled"
135 } 143 }
136 ], 144 ],
137 "ExpectCTReporting": [ 145 "ExpectCTReporting": [
138 { 146 {
139 "enable_features": [ 147 "enable_features": [
140 "ExpectCTReporting" 148 "ExpectCTReporting"
141 ], 149 ],
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 ], 603 ],
596 "use-new-media-cache": [ 604 "use-new-media-cache": [
597 { 605 {
598 "enable_features": [ 606 "enable_features": [
599 "use-new-media-cache" 607 "use-new-media-cache"
600 ], 608 ],
601 "group_name": "Enabled" 609 "group_name": "Enabled"
602 } 610 }
603 ] 611 ]
604 } 612 }
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698