Implement 'tray.popContextMenu' API on OS X.
This commit is contained in:
parent
002eb1a326
commit
4421fbf9f3
6 changed files with 27 additions and 0 deletions
|
@ -27,6 +27,7 @@ class TrayIconCocoa : public TrayIcon {
|
|||
void SetToolTip(const std::string& tool_tip) override;
|
||||
void SetTitle(const std::string& title) override;
|
||||
void SetHighlightMode(bool highlight) override;
|
||||
void PopContextMenu() override;
|
||||
void SetContextMenu(ui::SimpleMenuModel* menu_model) override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue