Bug 785964 - NEWTAB_PAGE_PINNED_SITES_COUNT should be an enumerated histogram. r=ttaubert

This commit is contained in:
Nathan Froyd 2012-08-27 14:15:47 -04:00
parent bd740b8d2a
commit bb8dfe3874

View File

@ -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": {