Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Unified Diff: chrome/browser/app_controller_mac.h

Issue 7065054: Removed the code that checks the tab number. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: removed unnecessary codes. Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/nibs/MainMenu.xib ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..be68f18464a6c7299de9d997ab09fcc3eb21cd8c 100644
--- a/chrome/browser/app_controller_mac.h
+++ b/chrome/browser/app_controller_mac.h
@@ -39,13 +39,6 @@ class Profile;
std::vector<GURL> startupUrls_;
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.
- 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_;
« no previous file with comments | « chrome/app/nibs/MainMenu.xib ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698