| Index: chrome/browser/gtk/browser_window_gtk.h
|
| diff --git a/chrome/browser/gtk/browser_window_gtk.h b/chrome/browser/gtk/browser_window_gtk.h
|
| index 0267e417e96a80ba04e26c4845b941c7080840ed..110f1e5666f73b93b393f95b6cd26cacc0e30f91 100644
|
| --- a/chrome/browser/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/gtk/browser_window_gtk.h
|
| @@ -272,10 +272,6 @@ class BrowserWindowGtk : public BrowserWindow,
|
| gfx::Rect bounds_;
|
| GdkWindowState state_;
|
|
|
| - // Whether we are full screen. Since IsFullscreen() gets called before
|
| - // OnStateChanged(), we can't rely on |state_| & GDK_WINDOW_STATE_FULLSCREEN.
|
| - bool full_screen_;
|
| -
|
| // The container for the titlebar + tab strip.
|
| scoped_ptr<BrowserTitlebar> titlebar_;
|
|
|
|
|