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

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

Issue 2707553003: Add json config for field group that fetches warmup URL (Closed)
Patch Set: Created 3 years, 10 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 { 466 {
467 "platforms": [ 467 "platforms": [
468 "android", 468 "android",
469 "chromeos", 469 "chromeos",
470 "linux", 470 "linux",
471 "mac", 471 "mac",
472 "win" 472 "win"
473 ], 473 ],
474 "experiments": [ 474 "experiments": [
475 { 475 {
476 "name": "Enabled" 476 "name": "Enabled_Warmup",
477 "params": {
478 "enable_warmup": "true"
479 }
477 } 480 }
478 ] 481 ]
479 } 482 }
480 ], 483 ],
481 "DefaultBrowserInfobar": [ 484 "DefaultBrowserInfobar": [
482 { 485 {
483 "platforms": [ 486 "platforms": [
484 "win" 487 "win"
485 ], 488 ],
486 "experiments": [ 489 "experiments": [
(...skipping 2348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2835 { 2838 {
2836 "name": "Enabled", 2839 "name": "Enabled",
2837 "enable_features": [ 2840 "enable_features": [
2838 "use-new-media-cache" 2841 "use-new-media-cache"
2839 ] 2842 ]
2840 } 2843 }
2841 ] 2844 ]
2842 } 2845 }
2843 ] 2846 ]
2844 } 2847 }
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