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

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

Issue 1638413004: [Autofill] Field trial config for the Frecency experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "AutodetectEncoding": [ 7 "AutodetectEncoding": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
11 ], 11 ],
12 "AutofillClassifier": [ 12 "AutofillClassifier": [
13 { 13 {
14 "group_name": "Enabled" 14 "group_name": "Enabled"
15 } 15 }
16 ], 16 ],
17 "AutofillFieldMetadata": [ 17 "AutofillFieldMetadata": [
18 { 18 {
19 "group_name": "Enabled" 19 "group_name": "Enabled"
20 } 20 }
21 ], 21 ],
22 "AutofillProfileOrderByFrecency": [ 22 "AutofillProfileOrderByFrecency": [
23 { 23 {
24 "group_name": "EnabledLimitTo3", 24 "group_name": "EnabledLimitTo3",
25 "params": { 25 "params": {
26 "limit": "3" 26 "limit": "3"
27 } 27 }
28 },
29 {
30 "group_name": "Enabled"
28 } 31 }
29 ], 32 ],
30 "ChromotingQUIC": [ 33 "ChromotingQUIC": [
31 { 34 {
32 "group_name": "Enabled" 35 "group_name": "Enabled"
33 } 36 }
34 ], 37 ],
35 "ContextualSearch": [ 38 "ContextualSearch": [
36 { 39 {
37 "group_name": "OptOut", 40 "group_name": "OptOut",
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 { 421 {
419 "group_name": "Enabled" 422 "group_name": "Enabled"
420 } 423 }
421 ], 424 ],
422 "WebRTC-PeerConnectionDTLS1.2": [ 425 "WebRTC-PeerConnectionDTLS1.2": [
423 { 426 {
424 "group_name": "Enabled" 427 "group_name": "Enabled"
425 } 428 }
426 ] 429 ]
427 } 430 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698