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

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

Issue 1813553004: 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: subframe / mainframe experiment Created 4 years, 9 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 "group_name": "Enabled"
102 }
103 ],
99 "QUIC": [ 104 "QUIC": [
100 { 105 {
101 "group_name": "Enabled" 106 "group_name": "Enabled"
102 } 107 }
103 ], 108 ],
104 "RefreshTokenDeviceId": [ 109 "RefreshTokenDeviceId": [
105 { 110 {
106 "group_name": "Enabled" 111 "group_name": "Enabled"
107 } 112 }
108 ], 113 ],
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 ], 253 ],
249 "use-new-media-cache": [ 254 "use-new-media-cache": [
250 { 255 {
251 "enable_features": [ 256 "enable_features": [
252 "use-new-media-cache" 257 "use-new-media-cache"
253 ], 258 ],
254 "group_name": "Enabled" 259 "group_name": "Enabled"
255 } 260 }
256 ] 261 ]
257 } 262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698