X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fui%2Fcocoa%2Fextensions%2Fbrowser_actions_container_view.h;h=895c7c88b4831cd69dcf45c6a1d0c3a6f9463c42;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=68ae666f64bb7acff91acab532934d784a45a0d3;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h b/src/chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h index 68ae666..895c7c8 100644 --- a/src/chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h +++ b/src/chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h @@ -16,6 +16,12 @@ extern NSString* const kBrowserActionGrippyDraggingNotification; // Sent when a user-initiated drag to resize the container has finished. extern NSString* const kBrowserActionGrippyDragFinishedNotification; +// Sent before the dragging will resize the container. +extern NSString* const kBrowserActionGrippyWillDragNotification; + +// Key which is used to notify the translation with delta. +extern NSString* const kTranslationWithDelta; + // The view that encompasses the Browser Action buttons in the toolbar and // provides mechanisms for resizing. @interface BrowserActionsContainerView : NSView {