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

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

Issue 2799273002: Add support to process favicons from Web Manifests (Closed)
Patch Set: Addressed comments. Created 3 years, 7 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
OLDNEW
1 { 1 {
2 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 "experiments": [ 1084 "experiments": [
1085 { 1085 {
1086 "name": "Enabled", 1086 "name": "Enabled",
1087 "enable_features": [ 1087 "enable_features": [
1088 "FasterLocationReload" 1088 "FasterLocationReload"
1089 ] 1089 ]
1090 } 1090 }
1091 ] 1091 ]
1092 } 1092 }
1093 ], 1093 ],
1094 "FaviconsFromWebManifest": [
1095 {
1096 "platforms": [
1097 "android",
1098 "chromeos",
1099 "linux",
1100 "mac",
1101 "win"
1102 ],
1103 "experiments": [
1104 {
1105 "name": "Enabled",
1106 "enable_features": [
1107 "FaviconsFromWebManifest"
1108 ]
1109 }
1110 ]
1111 }
1112 ],
1094 "GoogleBrandedContextMenu": [ 1113 "GoogleBrandedContextMenu": [
1095 { 1114 {
1096 "platforms": [ 1115 "platforms": [
1097 "chromeos", 1116 "chromeos",
1098 "linux", 1117 "linux",
1099 "mac", 1118 "mac",
1100 "win" 1119 "win"
1101 ], 1120 ],
1102 "experiments": [ 1121 "experiments": [
1103 { 1122 {
(...skipping 2329 matching lines...) Expand 10 before | Expand all | Expand 10 after
3433 { 3452 {
3434 "name": "Enabled", 3453 "name": "Enabled",
3435 "enable_features": [ 3454 "enable_features": [
3436 "use-new-media-cache" 3455 "use-new-media-cache"
3437 ] 3456 ]
3438 } 3457 }
3439 ] 3458 ]
3440 } 3459 }
3441 ] 3460 ]
3442 } 3461 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698