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

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

Issue 2364213002: Update fieldtrial testing config for NTPSnippets (Closed)
Patch Set: Created 4 years, 3 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 "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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 ], 892 ],
893 "NTPSnippets": [ 893 "NTPSnippets": [
894 { 894 {
895 "platforms": [ 895 "platforms": [
896 "android" 896 "android"
897 ], 897 ],
898 "experiments": [ 898 "experiments": [
899 { 899 {
900 "name": "Enabled", 900 "name": "Enabled",
901 "enable_features": [ 901 "enable_features": [
902 "NTPArticleSuggestions",
903 "NTPBookmarkSuggestions",
902 "NTPSnippets" 904 "NTPSnippets"
903 ] 905 ]
904 } 906 }
905 ] 907 ]
906 } 908 }
907 ], 909 ],
908 "NetworkQualityEstimator": [ 910 "NetworkQualityEstimator": [
909 { 911 {
910 "platforms": [ 912 "platforms": [
911 "android", 913 "android",
(...skipping 1283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2195 { 2197 {
2196 "name": "Enabled", 2198 "name": "Enabled",
2197 "enable_features": [ 2199 "enable_features": [
2198 "use-new-media-cache" 2200 "use-new-media-cache"
2199 ] 2201 ]
2200 } 2202 }
2201 ] 2203 ]
2202 } 2204 }
2203 ] 2205 ]
2204 } 2206 }
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