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

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

Issue 2045463002: Enable NonValidatingReloadOnRefreshContent v1/v2 for testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 } 212 }
213 ], 213 ],
214 "NetworkTimeQueries": [ 214 "NetworkTimeQueries": [
215 { 215 {
216 "enable_features": [ 216 "enable_features": [
217 "NetworkTimeServiceQuerying" 217 "NetworkTimeServiceQuerying"
218 ], 218 ],
219 "group_name": "NetworkTimeQueriesEnabled" 219 "group_name": "NetworkTimeQueriesEnabled"
220 } 220 }
221 ], 221 ],
222 "NonValidatingReloadOnRefreshContent": [
223 {
224 "enable_features": [
225 "NonValidatingReloadOnRefreshContent"
226 ],
227 "group_name": "Enabled"
228 }
229 ],
230 "NonValidatingReloadOnRefreshContentV2": [
231 {
232 "enable_features": [
233 "NonValidatingReloadOnRefreshContentV2"
234 ],
235 "group_name": "Enabled"
236 }
237 ],
222 "OfferUploadCreditCards": [ 238 "OfferUploadCreditCards": [
223 { 239 {
224 "group_name": "Enabled" 240 "group_name": "Enabled"
225 } 241 }
226 ], 242 ],
227 "OfflinePages": [ 243 "OfflinePages": [
228 { 244 {
229 "enable_features": [ 245 "enable_features": [
230 "NTPOfflinePages" 246 "NTPOfflinePages"
231 ], 247 ],
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 ], 537 ],
522 "use-new-media-cache": [ 538 "use-new-media-cache": [
523 { 539 {
524 "enable_features": [ 540 "enable_features": [
525 "use-new-media-cache" 541 "use-new-media-cache"
526 ], 542 ],
527 "group_name": "Enabled" 543 "group_name": "Enabled"
528 } 544 }
529 ] 545 ]
530 } 546 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698