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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 "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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 { 328 {
329 "group_name": "none" 329 "group_name": "none"
330 }, 330 },
331 { 331 {
332 "group_name": "normal" 332 "group_name": "normal"
333 }, 333 },
334 { 334 {
335 "group_name": "aggressive" 335 "group_name": "aggressive"
336 } 336 }
337 ], 337 ],
338 "VarationsServiceControl": [
339 {
340 "group_name": "Interval_30min",
341 "params": {
342 "fetch_period_min": "30"
343 }
344 }
345 ],
346 "WebFontsInterventionV2": [ 338 "WebFontsInterventionV2": [
347 { 339 {
348 "group_name": "Enabled-slow2g" 340 "group_name": "Enabled-slow2g"
349 } 341 }
350 ], 342 ],
351 "WebRTC-EnableWebRtcEcdsa": [ 343 "WebRTC-EnableWebRtcEcdsa": [
352 { 344 {
353 "enable_features": [ 345 "enable_features": [
354 "WebRTC-EnableWebRtcEcdsa" 346 "WebRTC-EnableWebRtcEcdsa"
355 ], 347 ],
(...skipping 20 matching lines...) Expand all
376 ], 368 ],
377 "use-new-media-cache": [ 369 "use-new-media-cache": [
378 { 370 {
379 "enable_features": [ 371 "enable_features": [
380 "use-new-media-cache" 372 "use-new-media-cache"
381 ], 373 ],
382 "group_name": "Enabled" 374 "group_name": "Enabled"
383 } 375 }
384 ] 376 ]
385 } 377 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_ios.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698