| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h (revision 85284)
|
| +++ chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h (working copy)
|
| @@ -61,7 +61,6 @@
|
| virtual void OnSize(UINT param, const WTL::CSize& size) OVERRIDE;
|
| virtual LRESULT OnNCCalcSize(BOOL w_param, LPARAM l_param) OVERRIDE;
|
| virtual void OnNCPaint(HRGN rgn) OVERRIDE;
|
| - virtual views::FocusManager* GetFocusManager() OVERRIDE;
|
|
|
| // Backend for all scroll messages, the |message| parameter indicates which
|
| // one it is.
|
| @@ -77,10 +76,6 @@
|
| // Used to handle the drag-and-drop.
|
| scoped_refptr<TabContentsDragWin> drag_handler_;
|
|
|
| - // The FocusManager associated with this tab. Stored as it is not directly
|
| - // accessible when un-parented.
|
| - views::FocusManager* focus_manager_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(NativeTabContentsViewWin);
|
| };
|
|
|
|
|