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

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

Issue 1910183003: Add ReaderModeUI to the fieldtrial for Clank (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "params": { 234 "params": {
235 "progress-bar-animation": "smooth" 235 "progress-bar-animation": "smooth"
236 } 236 }
237 } 237 }
238 ], 238 ],
239 "QUIC": [ 239 "QUIC": [
240 { 240 {
241 "group_name": "Enabled" 241 "group_name": "Enabled"
242 } 242 }
243 ], 243 ],
244 "ReaderModeUI": [
245 {
246 "group_name": "AdaBoost"
247 },
248 {
249 "group_name": "Disabled"
250 }
251 ],
244 "ReaderModeUIFeedback": [ 252 "ReaderModeUIFeedback": [
245 { 253 {
246 "group_name": "Show" 254 "group_name": "Show"
247 }, 255 },
248 { 256 {
249 "group_name": "DoNotShow" 257 "group_name": "DoNotShow"
250 } 258 }
251 ], 259 ],
252 "RenderingPipelineThrottling": [ 260 "RenderingPipelineThrottling": [
253 { 261 {
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 ], 479 ],
472 "use-new-media-cache": [ 480 "use-new-media-cache": [
473 { 481 {
474 "enable_features": [ 482 "enable_features": [
475 "use-new-media-cache" 483 "use-new-media-cache"
476 ], 484 ],
477 "group_name": "Enabled" 485 "group_name": "Enabled"
478 } 486 }
479 ] 487 ]
480 } 488 }
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