SimpleMenuModel::MenuClosed renamed to MenuWillClose
This commit is contained in:
parent
c10eb73166
commit
7a7b72ce04
6 changed files with 10 additions and 10 deletions
|
@ -405,7 +405,7 @@ gfx::Rect TrayIconCocoa::GetBounds() {
|
|||
return bounds;
|
||||
}
|
||||
|
||||
void TrayIconCocoa::MenuClosed() {
|
||||
void TrayIconCocoa::MenuWillClose() {
|
||||
[status_item_view_ setNeedsDisplay:YES];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue