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

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

Issue 2223263002: Change variations service domain for Android Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 { 392 {
393 "group_name": "none" 393 "group_name": "none"
394 }, 394 },
395 { 395 {
396 "group_name": "normal" 396 "group_name": "normal"
397 }, 397 },
398 { 398 {
399 "group_name": "aggressive" 399 "group_name": "aggressive"
400 } 400 }
401 ], 401 ],
402 "VarationsServiceControl": [
403 {
404 "group_name": "Interval_30min",
405 "params": {
406 "fetch_period_min": "30"
407 }
408 }
409 ],
410 "ViewsSimplifiedFullscreenUI": [ 402 "ViewsSimplifiedFullscreenUI": [
411 { 403 {
412 "enable_features": [ 404 "enable_features": [
413 "ViewsSimplifiedFullscreenUI" 405 "ViewsSimplifiedFullscreenUI"
414 ], 406 ],
415 "group_name": "Enabled" 407 "group_name": "Enabled"
416 } 408 }
417 ], 409 ],
418 "WebRTC-EnableWebRtcEcdsa": [ 410 "WebRTC-EnableWebRtcEcdsa": [
419 { 411 {
(...skipping 23 matching lines...) Expand all
443 ], 435 ],
444 "use-new-media-cache": [ 436 "use-new-media-cache": [
445 { 437 {
446 "enable_features": [ 438 "enable_features": [
447 "use-new-media-cache" 439 "use-new-media-cache"
448 ], 440 ],
449 "group_name": "Enabled" 441 "group_name": "Enabled"
450 } 442 }
451 ] 443 ]
452 } 444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698