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

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

Issue 2488193002: Revert "Reland of Default enable main frame before activation and remove finch experiment. (patchse… (Closed)
Patch Set: Created 4 years, 1 month 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 | « content/public/common/content_features.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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
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 } 10 }
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 "platforms": [ 858 "platforms": [
859 "mac" 859 "mac"
860 ], 860 ],
861 "experiments": [ 861 "experiments": [
862 { 862 {
863 "name": "Mach" 863 "name": "Mach"
864 } 864 }
865 ] 865 ]
866 } 866 }
867 ], 867 ],
868 "MainFrameBeforeActivation": [
869 {
870 "platforms": [
871 "android",
872 "chromeos",
873 "linux",
874 "mac",
875 "win"
876 ],
877 "experiments": [
878 {
879 "name": "Enabled",
880 "enable_features": [
881 "MainFrameBeforeActivation"
882 ]
883 }
884 ]
885 }
886 ],
868 "MaterialDesignDownloads": [ 887 "MaterialDesignDownloads": [
869 { 888 {
870 "platforms": [ 889 "platforms": [
871 "chromeos", 890 "chromeos",
872 "linux", 891 "linux",
873 "mac", 892 "mac",
874 "win" 893 "win"
875 ], 894 ],
876 "experiments": [ 895 "experiments": [
877 { 896 {
(...skipping 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after
2354 { 2373 {
2355 "name": "Enabled", 2374 "name": "Enabled",
2356 "enable_features": [ 2375 "enable_features": [
2357 "use-new-media-cache" 2376 "use-new-media-cache"
2358 ] 2377 ]
2359 } 2378 }
2360 ] 2379 ]
2361 } 2380 }
2362 ] 2381 ]
2363 } 2382 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698