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

Unified Diff: chrome/browser/cocoa/tab_view.h

Issue 452012: Merge 33291 - Clear the target/action of the close button when the view goes ... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years, 1 month 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 | « no previous file | chrome/browser/cocoa/tab_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/tab_view.h
===================================================================
--- chrome/browser/cocoa/tab_view.h (revision 33294)
+++ chrome/browser/cocoa/tab_view.h (working copy)
@@ -59,7 +59,9 @@
@property(assign, nonatomic) CGFloat hoverAlpha;
// Determines if the tab is in the process of animating closed. It may still
-// be visible on-screen, but should not respond to/initiate any events.
+// be visible on-screen, but should not respond to/initiate any events. Upon
+// setting to NO, clears the target/action of the close button to prevent
+// clicks inside it from sending messages.
@property(assign, nonatomic) BOOL isClosing;
// Enables/Disables tracking regions for the tab.
« no previous file with comments | « no previous file | chrome/browser/cocoa/tab_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698