Index: chrome/browser/app_controller_mac.h |
diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h |
index cd61f3011d7d0682b6ac0ecbd9b9a66018ee719c..d3946f8d0f4cfcb0c9142764e7abeee3ac4d1ed6 100644 |
--- a/chrome/browser/app_controller_mac.h |
+++ b/chrome/browser/app_controller_mac.h |
@@ -40,8 +40,7 @@ class Profile; |
BOOL startupComplete_; |
// 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. |
+ // commmand-key equivalent depending on the kind of window. |
IBOutlet NSMenuItem* closeTabMenuItem_; |
IBOutlet NSMenuItem* closeWindowMenuItem_; |
BOOL fileMenuUpdatePending_; // ensure we only do this once per notificaion. |