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

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

Issue 2126663002: Enable pointer events on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « testing/variations/fieldtrial_testing_config_mac.json ('k') | 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 "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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 } 234 }
235 ], 235 ],
236 "PasswordSeparatedSigninFlow": [ 236 "PasswordSeparatedSigninFlow": [
237 { 237 {
238 "enable_features": [ 238 "enable_features": [
239 "UsePasswordSeparatedSigninFlow" 239 "UsePasswordSeparatedSigninFlow"
240 ], 240 ],
241 "group_name": "Enabled" 241 "group_name": "Enabled"
242 } 242 }
243 ], 243 ],
244 "PointerEvent": [
245 {
246 "enable_features": [
247 "PointerEvent"
248 ],
249 "group_name": "Enabled"
250 }
251 ],
244 "PreRead": [ 252 "PreRead": [
245 { 253 {
246 "group_name": "NoPrefetchArgument2", 254 "group_name": "NoPrefetchArgument2",
247 "params": { 255 "params": {
248 "NoPrefetchArgument": "true" 256 "NoPrefetchArgument": "true"
249 } 257 }
250 }, 258 },
251 { 259 {
252 "group_name": "PreReadChromeChildInBrowser", 260 "group_name": "PreReadChromeChildInBrowser",
253 "params": { 261 "params": {
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 ], 475 ],
468 "use-new-media-cache": [ 476 "use-new-media-cache": [
469 { 477 {
470 "enable_features": [ 478 "enable_features": [
471 "use-new-media-cache" 479 "use-new-media-cache"
472 ], 480 ],
473 "group_name": "Enabled" 481 "group_name": "Enabled"
474 } 482 }
475 ] 483 ]
476 } 484 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698