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

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

Issue 2076463002: [Custom Tabs] Implement "Read It Later" Behind a Flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 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 | « chrome/browser/android/chrome_feature_list.cc ('k') | tools/metrics/actions/actions.xml » ('j') | 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "params": { 295 "params": {
296 "progress-bar-animation": "smooth" 296 "progress-bar-animation": "smooth"
297 } 297 }
298 } 298 }
299 ], 299 ],
300 "QUIC": [ 300 "QUIC": [
301 { 301 {
302 "group_name": "Enabled" 302 "group_name": "Enabled"
303 } 303 }
304 ], 304 ],
305 "ReadItLater": [
306 {
307 "enable_features": [
308 "ReadItLaterInMenu"
309 ],
310 "group_name": "Enabled"
311 }
312 ],
305 "ReaderModeUI": [ 313 "ReaderModeUI": [
306 { 314 {
307 "group_name": "AdaBoost" 315 "group_name": "AdaBoost"
308 }, 316 },
309 { 317 {
310 "group_name": "Disabled" 318 "group_name": "Disabled"
311 } 319 }
312 ], 320 ],
313 "ReaderModeUIFeedback": [ 321 "ReaderModeUIFeedback": [
314 { 322 {
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 ], 545 ],
538 "use-new-media-cache": [ 546 "use-new-media-cache": [
539 { 547 {
540 "enable_features": [ 548 "enable_features": [
541 "use-new-media-cache" 549 "use-new-media-cache"
542 ], 550 ],
543 "group_name": "Enabled" 551 "group_name": "Enabled"
544 } 552 }
545 ] 553 ]
546 } 554 }
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698