| 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 054f2cbfc312bb7791758a6e967c86b6f50450f6..f977f48afbaac37a9902e313059c6730bafd26e5 100644
|
| --- a/chrome/browser/cocoa/tab_strip_controller.h
|
| +++ b/chrome/browser/cocoa/tab_strip_controller.h
|
| @@ -42,7 +42,6 @@ class ToolbarModel;
|
| BOOL verticalLayout_;
|
|
|
| @private
|
| - TabContents* currentTab_; // weak, tab for which we're showing state
|
| scoped_nsobject<TabStripView> tabStripView_;
|
| NSView* switchView_; // weak
|
| scoped_nsobject<NSView> dragBlockingView_; // avoid bad window server drags
|
|
|