feat: add tray.removeBalloon() (#19547)
This commit is contained in:
parent
8f043bbdaa
commit
ee674acca4
7 changed files with 26 additions and 0 deletions
|
@ -61,6 +61,7 @@ class NotifyIcon : public TrayIcon {
|
|||
void DisplayBalloon(HICON icon,
|
||||
const base::string16& title,
|
||||
const base::string16& contents) override;
|
||||
void RemoveBalloon() override;
|
||||
void PopUpContextMenu(const gfx::Point& pos,
|
||||
AtomMenuModel* menu_model) override;
|
||||
void SetContextMenu(AtomMenuModel* menu_model) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue