Chromium change:
https://source.chromium.org/chromium/chromium/src/+/f84431d2e5ead09c6934890eb4c11eeb3eb0c4b4
commit f84431d2e5ead09c6934890eb4c11eeb3eb0c4b4
Author: Michael Wojcicka <mwoj@google.com>
Date: Fri Nov 15 20:25:30 2024 +0000
Task Manager Refresh - Implement metrics for different opening sources
- Added 4 new browser_command ids:
- IDC_TASK_MANAGER_APP_MENU (Canonically "More Tools")
- IDC_TASK_MANAGER_CONTEXT_MENU (Right Click Menu, or Toolbar)
- IDC_TASK_MANAGER_SHORCUT (Shift/Search+Esc, or custom shortcut)
- IDC_TASK_MANAGER_MAIN_MENU (Menu bar in macOS or KDE env.)
- Tracked down all the invocation locations for TaskManager and updated
their browser_command id to the appropriate version.
- Some locations call chrome::OpenTaskManager() directly, updated those
manually to use the correct StartAction.
- Any locations that were not specified (e.g. BackgroundModeManager,
unit tests, etc.) will default to using kOther.
Bug: b:366296185