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.json

Issue 2825173002: Launch "Update Chrome" menu item (Closed)
Patch Set: Created 3 years, 8 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/common/chrome_switches.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 "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 3024 matching lines...) Expand 10 before | Expand all | Expand 10 after
3035 "platforms": [ 3035 "platforms": [
3036 "android" 3036 "android"
3037 ], 3037 ],
3038 "experiments": [ 3038 "experiments": [
3039 { 3039 {
3040 "name": "Enabled" 3040 "name": "Enabled"
3041 } 3041 }
3042 ] 3042 ]
3043 } 3043 }
3044 ], 3044 ],
3045 "UpdateMenuItem": [
3046 {
3047 "platforms": [
3048 "android"
3049 ],
3050 "experiments": [
3051 {
3052 "name": "EnabledWithNewerVersionAvailableSummary",
3053 "params": {
3054 "enable_update_badge": "true",
3055 "enable_update_menu_item": "true",
3056 "show_summary": "true"
3057 }
3058 },
3059 {
3060 "name": "EnabledWithCustomSummary",
3061 "params": {
3062 "custom_summary": "Custom update summary",
3063 "enable_update_badge": "true",
3064 "enable_update_menu_item": "true",
3065 "show_summary": "true"
3066 }
3067 }
3068 ]
3069 }
3070 ],
3071 "V8CacheStrategiesForCacheStorage": [ 3045 "V8CacheStrategiesForCacheStorage": [
3072 { 3046 {
3073 "platforms": [ 3047 "platforms": [
3074 "android", 3048 "android",
3075 "chromeos", 3049 "chromeos",
3076 "linux", 3050 "linux",
3077 "mac", 3051 "mac",
3078 "win" 3052 "win"
3079 ], 3053 ],
3080 "experiments": [ 3054 "experiments": [
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
3285 { 3259 {
3286 "name": "Enabled", 3260 "name": "Enabled",
3287 "enable_features": [ 3261 "enable_features": [
3288 "use-new-media-cache" 3262 "use-new-media-cache"
3289 ] 3263 ]
3290 } 3264 }
3291 ] 3265 ]
3292 } 3266 }
3293 ] 3267 ]
3294 } 3268 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698