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

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

Issue 2811063002: Enable ServiceWorkerNavigationPreload by default (Closed)
Patch Set: rebase 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
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 2596 matching lines...) Expand 10 before | Expand all | Expand 10 after
2607 "animation": "animate-nonsecure-only", 2607 "animation": "animate-nonsecure-only",
2608 "visibility": "show-all" 2608 "visibility": "show-all"
2609 }, 2609 },
2610 "enable_features": [ 2610 "enable_features": [
2611 "SecurityChip" 2611 "SecurityChip"
2612 ] 2612 ]
2613 } 2613 }
2614 ] 2614 ]
2615 } 2615 }
2616 ], 2616 ],
2617 "ServiceWorkerNavigationPreload": [
2618 {
2619 "platforms": [
2620 "android",
2621 "chromeos",
2622 "linux",
2623 "mac",
2624 "win"
2625 ],
2626 "experiments": [
2627 {
2628 "name": "Enabled",
2629 "enable_features": [
2630 "ServiceWorkerNavigationPreload"
2631 ]
2632 },
2633 {
2634 "name": "Disabled",
2635 "disable_features": [
2636 "ServiceWorkerNavigationPreload"
2637 ]
2638 }
2639 ]
2640 }
2641 ],
2617 "SettingsEnforcement": [ 2642 "SettingsEnforcement": [
2618 { 2643 {
2619 "platforms": [ 2644 "platforms": [
2620 "win" 2645 "win"
2621 ], 2646 ],
2622 "experiments": [ 2647 "experiments": [
2623 { 2648 {
2624 "name": "enforce_always_with_extensions_and_dse" 2649 "name": "enforce_always_with_extensions_and_dse"
2625 } 2650 }
2626 ] 2651 ]
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
3260 { 3285 {
3261 "name": "Enabled", 3286 "name": "Enabled",
3262 "enable_features": [ 3287 "enable_features": [
3263 "use-new-media-cache" 3288 "use-new-media-cache"
3264 ] 3289 ]
3265 } 3290 }
3266 ] 3291 ]
3267 } 3292 }
3268 ] 3293 ]
3269 } 3294 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698