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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "PageRevisitInstrumentation": [ 105 "PageRevisitInstrumentation": [
106 { 106 {
107 "group_name": "Enabled" 107 "group_name": "Enabled"
108 } 108 }
109 ], 109 ],
110 "PasswordBranding": [ 110 "PasswordBranding": [
111 { 111 {
112 "group_name": "SmartLockBrandingSavePromptOnly" 112 "group_name": "SmartLockBrandingSavePromptOnly"
113 } 113 }
114 ], 114 ],
115 "PreconnectMore": [
116 {
117 "enable_features": [
118 "PreconnectMore"
119 ],
120 "group_name": "PreconnectMoreAllFrames",
121 "params": {
122 "preconnect_subframes": "true"
123 }
124 },
125 {
126 "enable_features": [
127 "PreconnectMore"
128 ],
129 "group_name": "PreconnectMoreMainFrameOnly",
130 "params": {
131 "preconnect_subframes": "false"
132 }
133 }
134 ],
115 "QUIC": [ 135 "QUIC": [
116 { 136 {
117 "group_name": "Enabled" 137 "group_name": "Enabled"
118 } 138 }
119 ], 139 ],
120 "RefreshTokenDeviceId": [ 140 "RefreshTokenDeviceId": [
121 { 141 {
122 "group_name": "Enabled" 142 "group_name": "Enabled"
123 } 143 }
124 ], 144 ],
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 ], 287 ],
268 "use-new-media-cache": [ 288 "use-new-media-cache": [
269 { 289 {
270 "enable_features": [ 290 "enable_features": [
271 "use-new-media-cache" 291 "use-new-media-cache"
272 ], 292 ],
273 "group_name": "Enabled" 293 "group_name": "Enabled"
274 } 294 }
275 ] 295 ]
276 } 296 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698