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

Unified Diff: chrome/browser/ui/cocoa/info_bubble_window.h

Issue 12315069: Mac: Update zoom bubble UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 7 years, 10 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/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 27c77dc7ef3efc2a4384b64b8bc5560a04030d89..043074e25856e2258f04f884634f4e1b06698589 100644
--- a/chrome/browser/ui/cocoa/info_bubble_window.h
+++ b/chrome/browser/ui/cocoa/info_bubble_window.h
@@ -23,10 +23,14 @@ class AppNotificationBridge;
BOOL canBecomeKeyWindow_;
// Bridge to proxy Chrome notifications to the window.
scoped_ptr<AppNotificationBridge> notificationBridge_;
+
+ // If YES then the window will animate in and out.
+ BOOL enableAnimations_;
}
@property(nonatomic) BOOL delayOnClose;
@property(nonatomic) BOOL canBecomeKeyWindow;
+@property(nonatomic) BOOL enableAnimations;
// Returns YES if the window is in the process of closing.
// Can't use "windowWillClose" notification because that will be sent

Powered by Google App Engine
This is Rietveld 408576698