| Index: chrome/browser/cocoa/tab_view.h
|
| diff --git a/chrome/browser/cocoa/tab_view.h b/chrome/browser/cocoa/tab_view.h
|
| index 1e8669e980fb562e617c2804d27f50073ec981d7..fe6e567178c4d92bc104e77e403c95736b0decb7 100644
|
| --- a/chrome/browser/cocoa/tab_view.h
|
| +++ b/chrome/browser/cocoa/tab_view.h
|
| @@ -28,7 +28,7 @@
|
|
|
| // All following variables are valid for the duration of a drag.
|
| // These are released on mouseUp:
|
| - BOOL isTheOnlyTab_; // Is this the only tab in the window?
|
| + BOOL moveWindowOnDrag_; // Set if the only tab of a window is dragged.
|
| BOOL tabWasDragged_; // Has the tab been dragged?
|
| BOOL draggingWithinTabStrip_; // Did drag stay in the current tab strip?
|
| BOOL chromeIsVisible_;
|
|
|