| Index: chrome/browser/gtk/constrained_window_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/constrained_window_gtk.h (revision 36364)
|
| +++ chrome/browser/gtk/constrained_window_gtk.h (working copy)
|
| @@ -35,6 +35,7 @@
|
| virtual ~ConstrainedWindowGtk();
|
|
|
| // Overridden from ConstrainedWindow:
|
| + virtual void ShowConstrainedWindow();
|
| virtual void CloseConstrainedWindow();
|
|
|
| // Returns the TabContents that constrains this Constrained Window.
|
| @@ -61,6 +62,9 @@
|
| // Delegate that provides the contents of this constrained window.
|
| ConstrainedWindowGtkDelegate* delegate_;
|
|
|
| + // Stores if |ShowConstrainedWindow()| has been called.
|
| + bool visible_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ConstrainedWindowGtk);
|
| };
|
|
|
|
|