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

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

Issue 2057933002: [Custom Tabs] Navigate to other apps if the first url is a redirect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « chrome/android/javatests/src/org/chromium/chrome/browser/externalnav/ExternalNavigationHandlerTest.java ('k') | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "params": { 55 "params": {
56 "enabled": "true" 56 "enabled": "true"
57 } 57 }
58 } 58 }
59 ], 59 ],
60 "CreditCardScan": [ 60 "CreditCardScan": [
61 { 61 {
62 "group_name": "Enabled" 62 "group_name": "Enabled"
63 } 63 }
64 ], 64 ],
65 "CustomTabs": [
66 {
67 "group_name": "Enabled"
68 },
69 {
70 "group_name": "DisablePrerender"
71 },
72 {
73 "group_name": "Disabled"
74 }
75 ],
76 "DataCompressionProxyDevRollout": [ 65 "DataCompressionProxyDevRollout": [
77 { 66 {
78 "group_name": "Control" 67 "group_name": "Control"
79 }, 68 },
80 { 69 {
81 "group_name": "Enabled" 70 "group_name": "Enabled"
82 } 71 }
83 ], 72 ],
84 "DataCompressionProxyLoFi": [ 73 "DataCompressionProxyLoFi": [
85 { 74 {
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 ], 526 ],
538 "use-new-media-cache": [ 527 "use-new-media-cache": [
539 { 528 {
540 "enable_features": [ 529 "enable_features": [
541 "use-new-media-cache" 530 "use-new-media-cache"
542 ], 531 ],
543 "group_name": "Enabled" 532 "group_name": "Enabled"
544 } 533 }
545 ] 534 ]
546 } 535 }
OLDNEW
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/externalnav/ExternalNavigationHandlerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698