Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fire tab switcher / manager sources pixel (#3722)
<!-- Note: This checklist is a reminder of our shared engineering expectations. Feel free to change it, although assigning a GitHub reviewer and the items in bold are required.⚠️ If you're an external contributor, please file an issue first before working on a PR, as we can't guarantee that we will accept your changes if they haven't been discussed ahead of time. Thanks! --> Task/Issue URL: https://app.asana.com/0/392891325557410/1208882840835128/f Tech Design URL: CC: **Description**: Fires a pixel depending on what is going on when the user opens the tab switcher. Also renames a couple of pixels for clarity. **Steps to test this PR**: 1. Open the tab switcher from anywhere should fire `m_tab_manager_opened_daily` but only the first time during in a day 2. Open the tab switcher from anywhere should fire `m_tab_manager_opened` every time 1. Open the tab switcher on the new tab page should fire `m_tab_manager_open_from_newtabpage` every time 2. Open the tab switcher while on the serp should fire `m_tab_manager_open_from_serp` every time 3. Open the tab switcher while on a website should fire `m_tab_manager_open_from_website` every time
- Loading branch information