Bug 1045766 - Add telemetry of users who can see new tab Tile suggestions [r=ttaubert]

This commit is contained in:
Ed Lee 2015-05-07 15:12:57 -07:00
parent 42f2f508b7
commit a71bb38294
2 changed files with 7 additions and 0 deletions

View File

@ -4465,6 +4465,11 @@
"kind": "boolean",
"description": "New tab page is enabled."
},
"NEWTAB_PAGE_ENHANCED": {
"expires_in_version": "default",
"kind": "boolean",
"description": "New tab page is enhanced (showing suggestions)."
},
"NEWTAB_PAGE_PINNED_SITES_COUNT": {
"expires_in_version": "default",
"kind": "enumerated",

View File

@ -1220,6 +1220,8 @@ let Telemetry = {
let probes = [
{ histogram: "NEWTAB_PAGE_ENABLED",
value: AllPages.enabled },
{ histogram: "NEWTAB_PAGE_ENHANCED",
value: AllPages.enhanced },
{ histogram: "NEWTAB_PAGE_PINNED_SITES_COUNT",
value: PinnedLinks.links.length },
{ histogram: "NEWTAB_PAGE_BLOCKED_SITES_COUNT",