diff options
Diffstat (limited to 'chrome/browser/cocoa/tab_strip_controller.h')
-rw-r--r-- | chrome/browser/cocoa/tab_strip_controller.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/tab_strip_controller.h b/chrome/browser/cocoa/tab_strip_controller.h index 68c7ce4..0a5308d 100644 --- a/chrome/browser/cocoa/tab_strip_controller.h +++ b/chrome/browser/cocoa/tab_strip_controller.h @@ -71,6 +71,10 @@ class ToolbarModel; // of the strip. When they do, we resize the tabs to use all available // space. scoped_nsobject<NSTrackingArea> closeTabTrackingArea_; + + // Array of subviews which are permanent (and which should never be removed), + // such as the new-tab button, but *not* the tabs themselves. + scoped_nsobject<NSMutableArray> permanentSubviews_; } // Initialize the controller with a view and browser that contains |