| Index: chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h b/chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h
|
| index 7af5fc8873c9c505cc604ae578bd08160c455345..1881ada1726b2b7837ac7635b814a90ca8704cb6 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h
|
| @@ -35,6 +35,7 @@
|
| // These are released on mouseUp:
|
| BOOL moveWindowOnDrag_; // Set if the only tab of a window is dragged.
|
| BOOL tabWasDragged_; // Has the tab been dragged?
|
| + BOOL outOfTabHorizontalDeadZone_; // Moved out of its horizontal dead zone?
|
| BOOL draggingWithinTabStrip_; // Did drag stay in the current tab strip?
|
| BOOL chromeIsVisible_;
|
|
|
|
|