Index: chrome/browser/app_controller_mac.mm |
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm |
index 8e3a4c088d079445ac6e97cd0b189f665f4ca909..f0fabcdf51f69d6bc6e125b1872e25c447f355de 100644 |
--- a/chrome/browser/app_controller_mac.mm |
+++ b/chrome/browser/app_controller_mac.mm |
@@ -581,8 +581,7 @@ const AEEventClass kAECloudPrintUninstallClass = 'GCPu'; |
// Since Chrome is localized to more languages than the OS, tell Cocoa which |
// menu is the Help so it can add the search item to it. |
- if (helpMenu_ && [NSApp respondsToSelector:@selector(setHelpMenu:)]) |
- [NSApp setHelpMenu:helpMenu_]; |
+ [NSApp setHelpMenu:helpMenu_]; |
// Record the path to the (browser) app bundle; this is used by the app mode |
// shim. |