diff options
Diffstat (limited to 'chrome/browser/cocoa/info_bubble_window.h')
-rw-r--r-- | chrome/browser/cocoa/info_bubble_window.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/info_bubble_window.h b/chrome/browser/cocoa/info_bubble_window.h index bd549d1..eea956b 100644 --- a/chrome/browser/cocoa/info_bubble_window.h +++ b/chrome/browser/cocoa/info_bubble_window.h @@ -6,5 +6,9 @@ // A rounded window with an arrow used for example when you click on the STAR // button or that pops up within our first-run UI. -@interface InfoBubbleWindow : NSWindow +@interface InfoBubbleWindow : NSWindow { + @private + // Is self in the process of closing. + BOOL closing_; +} @end |