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

Unified Diff: chrome/browser/app_controller_mac.h

Issue 9230011: Better fix for Lion dictionary popover cmd-W bug. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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
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.

Powered by Google App Engine
This is Rietveld 408576698