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

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

Issue 2635273004: Add Brotli to the experiment config (Closed)
Patch Set: Created 3 years, 11 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 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 10 "enable_features": [
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 ] 378 ]
379 } 379 }
380 ], 380 ],
381 "DataReductionProxyServerExperiments": [ 381 "DataReductionProxyServerExperiments": [
382 { 382 {
383 "platforms": [ 383 "platforms": [
384 "android" 384 "android"
385 ], 385 ],
386 "experiments": [ 386 "experiments": [
387 { 387 {
388 "name": "Prefetch", 388 "name": "Brotli",
389 "params": { 389 "params": {
390 "exp": "prefetch" 390 "exp": "allow_brotli"
391 } 391 }
392 }, 392 },
393 { 393 {
394 "name": "Control1", 394 "name": "Control1",
395 "params": { 395 "params": {
396 "exp": "finch_control1" 396 "exp": "finch_control1"
397 } 397 }
398 }, 398 },
399 { 399 {
400 "name": "Control2", 400 "name": "Control2",
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2554 { 2554 {
2555 "name": "Enabled", 2555 "name": "Enabled",
2556 "enable_features": [ 2556 "enable_features": [
2557 "use-new-media-cache" 2557 "use-new-media-cache"
2558 ] 2558 ]
2559 } 2559 }
2560 ] 2560 ]
2561 } 2561 }
2562 ] 2562 ]
2563 } 2563 }
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