| Index: chrome/browser/ui/cocoa/info_bubble_window.h
|
| diff --git a/chrome/browser/ui/cocoa/info_bubble_window.h b/chrome/browser/ui/cocoa/info_bubble_window.h
|
| index 38ae44d3f57102b45c76c618b24810384997c36e..ee91794d1018d682fa393d76ab865eb0974635ea 100644
|
| --- a/chrome/browser/ui/cocoa/info_bubble_window.h
|
| +++ b/chrome/browser/ui/cocoa/info_bubble_window.h
|
| @@ -22,11 +22,11 @@ class AppNotificationBridge;
|
| scoped_ptr<AppNotificationBridge> notificationBridge_;
|
| }
|
|
|
| +@property(nonatomic) BOOL delayOnClose;
|
| +
|
| // Returns YES if the window is in the process of closing.
|
| // Can't use "windowWillClose" notification because that will be sent
|
| // after the closing animation has completed.
|
| - (BOOL)isClosing;
|
|
|
| -@property (nonatomic) BOOL delayOnClose;
|
| -
|
| @end
|
|
|