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

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

Issue 2223263002: Change variations service domain for Android Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 3 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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 { 390 {
391 "group_name": "none" 391 "group_name": "none"
392 }, 392 },
393 { 393 {
394 "group_name": "normal" 394 "group_name": "normal"
395 }, 395 },
396 { 396 {
397 "group_name": "aggressive" 397 "group_name": "aggressive"
398 } 398 }
399 ], 399 ],
400 "VarationsServiceControl": [
401 {
402 "group_name": "Interval_30min",
403 "params": {
404 "fetch_period_min": "30"
405 }
406 }
407 ],
408 "WebFontsInterventionV2": [ 400 "WebFontsInterventionV2": [
409 { 401 {
410 "group_name": "Enabled-slow2g" 402 "group_name": "Enabled-slow2g"
411 } 403 }
412 ], 404 ],
413 "WebRTC-EnableWebRtcEcdsa": [ 405 "WebRTC-EnableWebRtcEcdsa": [
414 { 406 {
415 "enable_features": [ 407 "enable_features": [
416 "WebRTC-EnableWebRtcEcdsa" 408 "WebRTC-EnableWebRtcEcdsa"
417 ], 409 ],
(...skipping 20 matching lines...) Expand all
438 ], 430 ],
439 "use-new-media-cache": [ 431 "use-new-media-cache": [
440 { 432 {
441 "enable_features": [ 433 "enable_features": [
442 "use-new-media-cache" 434 "use-new-media-cache"
443 ], 435 ],
444 "group_name": "Enabled" 436 "group_name": "Enabled"
445 } 437 }
446 ] 438 ]
447 } 439 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698