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

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: 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 "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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 { 348 {
349 "group_name": "none" 349 "group_name": "none"
350 }, 350 },
351 { 351 {
352 "group_name": "normal" 352 "group_name": "normal"
353 }, 353 },
354 { 354 {
355 "group_name": "aggressive" 355 "group_name": "aggressive"
356 } 356 }
357 ], 357 ],
358 "VarationsServiceControl": [
359 {
360 "group_name": "Interval_30min",
361 "params": {
362 "fetch_period_min": "30"
363 }
364 }
365 ],
366 "WebRTC-EnableWebRtcEcdsa": [ 358 "WebRTC-EnableWebRtcEcdsa": [
367 { 359 {
368 "enable_features": [ 360 "enable_features": [
369 "WebRTC-EnableWebRtcEcdsa" 361 "WebRTC-EnableWebRtcEcdsa"
370 ], 362 ],
371 "group_name": "Enabled" 363 "group_name": "Enabled"
372 } 364 }
373 ], 365 ],
374 "WebRTC-H264WithOpenH264FFmpeg": [ 366 "WebRTC-H264WithOpenH264FFmpeg": [
375 { 367 {
(...skipping 15 matching lines...) Expand all
391 ], 383 ],
392 "use-new-media-cache": [ 384 "use-new-media-cache": [
393 { 385 {
394 "enable_features": [ 386 "enable_features": [
395 "use-new-media-cache" 387 "use-new-media-cache"
396 ], 388 ],
397 "group_name": "Enabled" 389 "group_name": "Enabled"
398 } 390 }
399 ] 391 ]
400 } 392 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698