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

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

Issue 2393993005: Revert "[Custom Tabs] Implement "Read It Later" Behind a Flag" (Closed)
Patch Set: compile Created 4 years, 2 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled", 9 "name": "Disabled",
10 "disable_features": [ 10 "disable_features": [
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 "experiments": [ 1428 "experiments": [
1429 { 1429 {
1430 "name": "Enabled", 1430 "name": "Enabled",
1431 "enable_features": [ 1431 "enable_features": [
1432 "RafAlignedInput" 1432 "RafAlignedInput"
1433 ] 1433 ]
1434 } 1434 }
1435 ] 1435 ]
1436 } 1436 }
1437 ], 1437 ],
1438 "ReadItLater": [
1439 {
1440 "platforms": [
1441 "android"
1442 ],
1443 "experiments": [
1444 {
1445 "name": "Enabled",
1446 "enable_features": [
1447 "ReadItLaterInMenu"
1448 ]
1449 }
1450 ]
1451 }
1452 ],
1453 "ReaderModeUI": [ 1438 "ReaderModeUI": [
1454 { 1439 {
1455 "platforms": [ 1440 "platforms": [
1456 "android" 1441 "android"
1457 ], 1442 ],
1458 "experiments": [ 1443 "experiments": [
1459 { 1444 {
1460 "name": "AdaBoost" 1445 "name": "AdaBoost"
1461 }, 1446 },
1462 { 1447 {
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 { 2234 {
2250 "name": "Enabled", 2235 "name": "Enabled",
2251 "enable_features": [ 2236 "enable_features": [
2252 "use-new-media-cache" 2237 "use-new-media-cache"
2253 ] 2238 ]
2254 } 2239 }
2255 ] 2240 ]
2256 } 2241 }
2257 ] 2242 ]
2258 } 2243 }
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