Win: Implement context menu for tray icon.
This commit is contained in:
parent
1cb135f7f2
commit
9ef7ecbdaf
2 changed files with 9 additions and 11 deletions
|
@ -66,6 +66,9 @@ class NotifyIcon : public TrayIcon {
|
|||
// The currently-displayed icon for the window.
|
||||
base::win::ScopedHICON icon_;
|
||||
|
||||
// The context menu.
|
||||
ui::SimpleMenuModel* menu_model_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(NotifyIcon);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue