| 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_;
|
|
|