| 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 68ae666f64bb7acff91acab532934d784a45a0d3..c1211387f5123207e47caf7c5fd1469e7bee2e78 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h
|
| +++ b/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 kBrowseActionContainerWillTranslateOnXNotification;
|
| +
|
| +// 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 {
|
|
|