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

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: groups 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": "PreconnectMoreAllFrames"
Alexei Svitkine (slow) 2016/03/21 19:42:12 This doesn't actually enable the features unless y
Charlie Harrison 2016/03/22 16:26:36 Ah ok. Updated.
102 },
103 {
104 "group_name": "PreconnectMoreMainFrameOnly"
105 }
106 ],
99 "QUIC": [ 107 "QUIC": [
100 { 108 {
101 "group_name": "Enabled" 109 "group_name": "Enabled"
102 } 110 }
103 ], 111 ],
104 "RefreshTokenDeviceId": [ 112 "RefreshTokenDeviceId": [
105 { 113 {
106 "group_name": "Enabled" 114 "group_name": "Enabled"
107 } 115 }
108 ], 116 ],
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 ], 256 ],
249 "use-new-media-cache": [ 257 "use-new-media-cache": [
250 { 258 {
251 "enable_features": [ 259 "enable_features": [
252 "use-new-media-cache" 260 "use-new-media-cache"
253 ], 261 ],
254 "group_name": "Enabled" 262 "group_name": "Enabled"
255 } 263 }
256 ] 264 ]
257 } 265 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698