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
|
@ -26,6 +26,9 @@ void TrayIcon::DisplayBalloon(const gfx::Image& icon,
|
|||
const base::string16& contents) {
|
||||
}
|
||||
|
||||
void TrayIcon::PopContextMenu() {
|
||||
}
|
||||
|
||||
void TrayIcon::NotifyClicked(const gfx::Rect& bounds) {
|
||||
FOR_EACH_OBSERVER(TrayIconObserver, observers_, OnClicked(bounds));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue