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

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

Issue 1851093003: Revert of 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": "PreconnectMoreAllFrames",
105 "params": {
106 "preconnect_subframes": "true"
107 }
108 },
109 {
110 "enable_features": [
111 "PreconnectMore"
112 ],
113 "group_name": "PreconnectMoreMainFrameOnly",
114 "params": {
115 "preconnect_subframes": "false"
116 }
117 }
118 ],
119 "QUIC": [ 99 "QUIC": [
120 { 100 {
121 "group_name": "Enabled" 101 "group_name": "Enabled"
122 } 102 }
123 ], 103 ],
124 "RefreshTokenDeviceId": [ 104 "RefreshTokenDeviceId": [
125 { 105 {
126 "group_name": "Enabled" 106 "group_name": "Enabled"
127 } 107 }
128 ], 108 ],
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 243 ],
264 "use-new-media-cache": [ 244 "use-new-media-cache": [
265 { 245 {
266 "enable_features": [ 246 "enable_features": [
267 "use-new-media-cache" 247 "use-new-media-cache"
268 ], 248 ],
269 "group_name": "Enabled" 249 "group_name": "Enabled"
270 } 250 }
271 ] 251 ]
272 } 252 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698