mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 785964 - NEWTAB_PAGE_PINNED_SITES_COUNT should be an enumerated histogram. r=ttaubert
This commit is contained in:
parent
bd740b8d2a
commit
bb8dfe3874
@ -2140,9 +2140,8 @@
|
||||
"description": "New tab page is enabled."
|
||||
},
|
||||
"NEWTAB_PAGE_PINNED_SITES_COUNT": {
|
||||
"kind": "exponential",
|
||||
"high": "9",
|
||||
"n_buckets": 10,
|
||||
"kind": "enumerated",
|
||||
"n_values": 9,
|
||||
"description": "Number of pinned sites on the new tab page."
|
||||
},
|
||||
"NEWTAB_PAGE_BLOCKED_SITES_COUNT": {
|
||||
|
Loading…
Reference in New Issue
Block a user