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

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

Issue 2824033003: Add MacOS to SettingsEnforcement's enabled fieldtrial testing platforms (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 | « 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 "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 2624 matching lines...) Expand 10 before | Expand all | Expand 10 after
2635 "disable_features": [ 2635 "disable_features": [
2636 "ServiceWorkerNavigationPreload" 2636 "ServiceWorkerNavigationPreload"
2637 ] 2637 ]
2638 } 2638 }
2639 ] 2639 ]
2640 } 2640 }
2641 ], 2641 ],
2642 "SettingsEnforcement": [ 2642 "SettingsEnforcement": [
2643 { 2643 {
2644 "platforms": [ 2644 "platforms": [
2645 "mac",
2645 "win" 2646 "win"
2646 ], 2647 ],
2647 "experiments": [ 2648 "experiments": [
2648 { 2649 {
2649 "name": "enforce_always_with_extensions_and_dse" 2650 "name": "enforce_always_with_extensions_and_dse"
2650 } 2651 }
2651 ] 2652 ]
2652 } 2653 }
2653 ], 2654 ],
2654 "SettingsResetPrompt": [ 2655 "SettingsResetPrompt": [
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
3285 { 3286 {
3286 "name": "Enabled", 3287 "name": "Enabled",
3287 "enable_features": [ 3288 "enable_features": [
3288 "use-new-media-cache" 3289 "use-new-media-cache"
3289 ] 3290 ]
3290 } 3291 }
3291 ] 3292 ]
3292 } 3293 }
3293 ] 3294 ]
3294 } 3295 }
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