| Index: chrome/browser/cocoa/tab_strip_controller.h
|
| diff --git a/chrome/browser/cocoa/tab_strip_controller.h b/chrome/browser/cocoa/tab_strip_controller.h
|
| index 036cfe24d426e75da493ce0897f7eaa33f216a19..3e951c1f90515f6830a2aa3f21391bc10ff234b7 100644
|
| --- a/chrome/browser/cocoa/tab_strip_controller.h
|
| +++ b/chrome/browser/cocoa/tab_strip_controller.h
|
| @@ -40,7 +40,7 @@ class ToolbarModel;
|
| // YES if tabs are to be laid out vertically instead of horizontally.
|
| BOOL verticalLayout_;
|
|
|
| - @private
|
| + @public // FIXME
|
| TabContents* currentTab_; // weak, tab for which we're showing state
|
| scoped_nsobject<TabStripView> tabStripView_;
|
| NSView* switchView_; // weak
|
|
|