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

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

Issue 1857573002: [reland] Change net's predictor_tab_helper to use the new content Navigation API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "PageRevisitInstrumentation": [ 89 "PageRevisitInstrumentation": [
90 { 90 {
91 "group_name": "Enabled" 91 "group_name": "Enabled"
92 } 92 }
93 ], 93 ],
94 "PasswordBranding": [ 94 "PasswordBranding": [
95 { 95 {
96 "group_name": "SmartLockBrandingSavePromptOnly" 96 "group_name": "SmartLockBrandingSavePromptOnly"
97 } 97 }
98 ], 98 ],
99 "PreconnectMore": [
100 {
101 "enable_features": [
102 "PreconnectMore"
103 ],
104 "group_name": "Enabled"
105 },
106 {
107 "group_name": "Default"
108 }
109 ],
99 "QUIC": [ 110 "QUIC": [
100 { 111 {
101 "group_name": "Enabled" 112 "group_name": "Enabled"
102 } 113 }
103 ], 114 ],
104 "RefreshTokenDeviceId": [ 115 "RefreshTokenDeviceId": [
105 { 116 {
106 "group_name": "Enabled" 117 "group_name": "Enabled"
107 } 118 }
108 ], 119 ],
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 ], 270 ],
260 "use-new-media-cache": [ 271 "use-new-media-cache": [
261 { 272 {
262 "enable_features": [ 273 "enable_features": [
263 "use-new-media-cache" 274 "use-new-media-cache"
264 ], 275 ],
265 "group_name": "Enabled" 276 "group_name": "Enabled"
266 } 277 }
267 ] 278 ]
268 } 279 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698