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

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

Issue 2200333002: Remove flags for controlling credit card scanner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove autofill_switches.h include Created 4 years, 4 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 | « components/autofill/core/common/autofill_switches.cc ('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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 } 55 }
56 ], 56 ],
57 "ContextualSearch": [ 57 "ContextualSearch": [
58 { 58 {
59 "group_name": "OptOut", 59 "group_name": "OptOut",
60 "params": { 60 "params": {
61 "enabled": "true" 61 "enabled": "true"
62 } 62 }
63 } 63 }
64 ], 64 ],
65 "CreditCardScan": [
Ilya Sherman 2016/08/03 01:15:03 Hmm, was the code to query this field trial state
66 {
67 "group_name": "Enabled"
68 }
69 ],
70 "DataCompressionProxyDevRollout": [ 65 "DataCompressionProxyDevRollout": [
71 { 66 {
72 "group_name": "Control" 67 "group_name": "Control"
73 }, 68 },
74 { 69 {
75 "group_name": "Enabled" 70 "group_name": "Enabled"
76 } 71 }
77 ], 72 ],
78 "DataCompressionProxyLoFi": [ 73 "DataCompressionProxyLoFi": [
79 { 74 {
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 ], 576 ],
582 "use-new-media-cache": [ 577 "use-new-media-cache": [
583 { 578 {
584 "enable_features": [ 579 "enable_features": [
585 "use-new-media-cache" 580 "use-new-media-cache"
586 ], 581 ],
587 "group_name": "Enabled" 582 "group_name": "Enabled"
588 } 583 }
589 ] 584 ]
590 } 585 }
OLDNEW
« no previous file with comments | « components/autofill/core/common/autofill_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698