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

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

Issue 2253073002: Remove obsolete SpeculativeResourcePrefetching trial from fieldtrial_testing_config_android.json. (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
« 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "SchedulerExpensiveTaskBlocking": [ 441 "SchedulerExpensiveTaskBlocking": [
442 { 442 {
443 "group_name": "Enabled" 443 "group_name": "Enabled"
444 } 444 }
445 ], 445 ],
446 "SdchPersistence": [ 446 "SdchPersistence": [
447 { 447 {
448 "group_name": "Enabled" 448 "group_name": "Enabled"
449 } 449 }
450 ], 450 ],
451 "SpeculativeResourcePrefetching": [
452 {
453 "group_name": "v=1a:Prefetching=Enabled:Predictor=Url"
454 },
455 {
456 "group_name": "v=1b:Prefetching=Enabled:Predictor=Url:Confidence=Hig h"
457 },
458 {
459 "group_name": "v=1c:Prefetching=Enabled:Predictor=Url:Confidence=Low "
460 },
461 {
462 "group_name": "v=1d:Prefetching=Enabled:Predictor=Host"
463 },
464 {
465 "group_name": "v=1e:Prefetching=Enabled:Predictor=Host:Confidence=Hi gh"
466 },
467 {
468 "group_name": "v=1f:Prefetching=Enabled:Predictor=Host:Confidence=Lo w"
469 },
470 {
471 "group_name": "v=1:Prefetching=Learning"
472 }
473 ],
474 "StrictSecureCookies": [ 451 "StrictSecureCookies": [
475 { 452 {
476 "group_name": "Enabled" 453 "group_name": "Enabled"
477 } 454 }
478 ], 455 ],
479 "SyncHttpContentCompression": [ 456 "SyncHttpContentCompression": [
480 { 457 {
481 "group_name": "Enabled" 458 "group_name": "Enabled"
482 }, 459 },
483 { 460 {
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 ], 582 ],
606 "use-new-media-cache": [ 583 "use-new-media-cache": [
607 { 584 {
608 "enable_features": [ 585 "enable_features": [
609 "use-new-media-cache" 586 "use-new-media-cache"
610 ], 587 ],
611 "group_name": "Enabled" 588 "group_name": "Enabled"
612 } 589 }
613 ] 590 ]
614 } 591 }
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