feat: add tray.removeBalloon() (#19547)

This commit is contained in:
Milan Burda 2019-08-05 17:52:47 +02:00 committed by Shelley Vohr
parent 8f043bbdaa
commit ee674acca4
7 changed files with 26 additions and 0 deletions

View file

@ -55,6 +55,9 @@ class TrayIcon {
const base::string16& title,
const base::string16& contents);
// Removes the notification balloon.
virtual void RemoveBalloon();
// Popups the menu.
virtual void PopUpContextMenu(const gfx::Point& pos,
AtomMenuModel* menu_model);