Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1054)

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h

Issue 7015051: Re-land: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698