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

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: asvitkine@ review - added variations to feature 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 "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 ],
99 "QUIC": [ 119 "QUIC": [
100 { 120 {
101 "group_name": "Enabled" 121 "group_name": "Enabled"
102 } 122 }
103 ], 123 ],
104 "RefreshTokenDeviceId": [ 124 "RefreshTokenDeviceId": [
105 { 125 {
106 "group_name": "Enabled" 126 "group_name": "Enabled"
107 } 127 }
108 ], 128 ],
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ], 263 ],
244 "use-new-media-cache": [ 264 "use-new-media-cache": [
245 { 265 {
246 "enable_features": [ 266 "enable_features": [
247 "use-new-media-cache" 267 "use-new-media-cache"
248 ], 268 ],
249 "group_name": "Enabled" 269 "group_name": "Enabled"
250 } 270 }
251 ] 271 ]
252 } 272 }
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