Implement 'tray.popContextMenu' API on OS X.

This commit is contained in:
Haojian Wu 2015-07-16 10:50:53 +08:00
parent 002eb1a326
commit 4421fbf9f3
6 changed files with 27 additions and 0 deletions

View file

@ -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));
}