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

Unified Diff: chrome/browser/gtk/constrained_window_gtk.h

Issue 541056: Tab-modal dialog improvements:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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
« no previous file with comments | « chrome/browser/cocoa/tab_strip_controller.mm ('k') | chrome/browser/gtk/constrained_window_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « chrome/browser/cocoa/tab_strip_controller.mm ('k') | chrome/browser/gtk/constrained_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698