Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / extensions / browser_actions_container_view.h
index 68ae666..895c7c8 100644 (file)
@@ -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 {