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

Unified Diff: chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h

Issue 1105713002: [Extension Toolbar] Slide out overflowed actions for popups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 5 years, 8 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/extensions/browser_actions_container_view.h
diff --git a/chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h b/chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h
index f748c17c6b1efcae04d0e37b4d75ecde4d570b23..9bdb3d42a08fcf77c9988c3f5e085cd2938405a3 100644
--- a/chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h
+++ b/chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h
@@ -26,6 +26,9 @@ extern NSString* const kBrowserActionsContainerWillAnimate;
// enabled).
extern NSString* const kBrowserActionsContainerMouseEntered;
+// Sent when a running animation has ended.
+extern NSString* const kBrowserActionsContainerAnimationEnded;
+
// Key which is used to notify the translation with delta.
extern NSString* const kTranslationWithDelta;
@@ -37,7 +40,7 @@ class BrowserActionsContainerViewSizeDelegate {
// The view that encompasses the Browser Action buttons in the toolbar and
// provides mechanisms for resizing.
-@interface BrowserActionsContainerView : NSView {
+@interface BrowserActionsContainerView : NSView<NSAnimationDelegate> {
@private
// The frame encompasing the grippy used for resizing the container.
NSRect grippyRect_;

Powered by Google App Engine
This is Rietveld 408576698