SimpleMenuModel::MenuClosed renamed to MenuWillClose

This commit is contained in:
Cheng Zhao 2017-01-23 17:53:53 +09:00 committed by Kevin Sawicki
parent c10eb73166
commit 7a7b72ce04
6 changed files with 10 additions and 10 deletions

View file

@ -405,7 +405,7 @@ gfx::Rect TrayIconCocoa::GetBounds() {
return bounds;
}
void TrayIconCocoa::MenuClosed() {
void TrayIconCocoa::MenuWillClose() {
[status_item_view_ setNeedsDisplay:YES];
}