| Index: chrome/browser/ui/cocoa/browser_window_utils.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/browser_window_utils.mm (revision 144460)
|
| +++ chrome/browser/ui/cocoa/browser_window_utils.mm (working copy)
|
| @@ -66,7 +66,8 @@
|
|
|
| // "Close window" doesn't use the |commandDispatch:| mechanism. Menu items
|
| // that do not correspond to IDC_ constants need no special treatment however,
|
| - // as they can't be blacklisted in |Browser::IsReservedCommandOrKey()| anyhow.
|
| + // as they can't be blacklisted in
|
| + // |BrowserCommandController::IsReservedCommandOrKey()| anyhow.
|
| if (item && [item action] == @selector(performClose:))
|
| return IDC_CLOSE_WINDOW;
|
|
|
|
|