summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_controller_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/app_controller_mac.h')
-rw-r--r--chrome/browser/app_controller_mac.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
index 44af869a..ba04a49 100644
--- a/chrome/browser/app_controller_mac.h
+++ b/chrome/browser/app_controller_mac.h
@@ -44,6 +44,10 @@ class Profile;
IBOutlet NSMenuItem* closeTabMenuItem_;
IBOutlet NSMenuItem* closeWindowMenuItem_;
BOOL fileMenuUpdatePending_; // ensure we only do this once per notificaion.
+
+ // Outlet for the help menu so we can bless it so Cocoa adds the search item
+ // to it.
+ IBOutlet NSMenu* helpMenu_;
}
- (void)didEndMainMessageLoop;