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

Unified Diff: chrome/browser/views/constrained_window_win.h

Issue 146093: Relanding focus manager refactoring (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/views/constrained_window_win.h
===================================================================
--- chrome/browser/views/constrained_window_win.h (revision 19153)
+++ chrome/browser/views/constrained_window_win.h (working copy)
@@ -24,7 +24,7 @@
// a child HWND with a custom window frame.
//
class ConstrainedWindowWin : public ConstrainedWindow,
- public views::WindowWin {
+ public views::WindowWin {
public:
virtual ~ConstrainedWindowWin();
@@ -61,10 +61,6 @@
// The TabContents that owns and constrains this ConstrainedWindow.
TabContents* owner_;
- // True if focus should not be restored to whatever view was focused last
- // when this window is destroyed.
- bool focus_restoration_disabled_;
-
// Current "anchor point", the lower right point at which we render
// the constrained title bar.
gfx::Point anchor_point_;

Powered by Google App Engine
This is Rietveld 408576698