feat: add tray.focus() (#19548)

This commit is contained in:
Milan Burda 2019-08-09 16:43:48 +02:00 committed by Shelley Vohr
parent ed3b69ffb1
commit 03debb4ef9
7 changed files with 28 additions and 0 deletions

View file

@ -74,6 +74,9 @@ class TrayIcon {
// Removes the notification balloon.
virtual void RemoveBalloon();
// Returns focus to the taskbar notification area.
virtual void Focus();
// Popups the menu.
virtual void PopUpContextMenu(const gfx::Point& pos,
AtomMenuModel* menu_model);