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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
index bf2aebc..e47bc00 100644
--- a/chrome/browser/app_controller_mac.h
+++ b/chrome/browser/app_controller_mac.h
@@ -34,6 +34,13 @@ class Profile;
// only needed during early startup, it points to a valid vector during early
// startup and is NULL during the rest of app execution.
scoped_ptr<std::vector<GURL> > pendingURLs_;
+
+ // Outlets for the close tab/window menu items so that we can adjust the
+ // commmand-key equivalent depending on the kind of window and how many
+ // tabs it has.
+ IBOutlet NSMenuItem* closeTabMenuItem_;
+ IBOutlet NSMenuItem* closeWindowMenuItem_;
+ BOOL fileMenuUpdatePending_; // ensure we only do this once per notificaion.
}
- (IBAction)quit:(id)sender;