Index: chrome/browser/app_controller_mac.h |
=================================================================== |
--- chrome/browser/app_controller_mac.h (revision 117853) |
+++ chrome/browser/app_controller_mac.h (working copy) |
@@ -63,14 +63,14 @@ |
// Outlet for the tabpose menu item so we can hide it. |
IBOutlet NSMenuItem* tabposeMenuItem_; |
+ |
+ // Indicates wheter an NSPopover is currently being shown. |
+ BOOL hasPopover_; |
} |
@property(readonly, nonatomic) BOOL startupComplete; |
@property(readonly, nonatomic) Profile* lastProfile; |
-// Registers for various event handlers and performs initialization. |
-- (void)registerEventHandlersAndInitialize; |
- |
- (void)didEndMainMessageLoop; |
// Try to close all browser windows, and if that succeeds then quit. |