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

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

Issue 11647017: Rename platform-independent ConstrainedWindow types to WebContentsModalDialog types (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: stage changes to preserve history Created 8 years 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/ui/gtk/collected_cookies_gtk.cc ('k') | chrome/browser/ui/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/ui/gtk/constrained_window_gtk.h
diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h
index 3e0450d5e6bf3363ff57900b2e00d3f49418de4a..11ad3c359bd1aaa7abbf5ebf409b17a39d72e474 100644
--- a/chrome/browser/ui/gtk/constrained_window_gtk.h
+++ b/chrome/browser/ui/gtk/constrained_window_gtk.h
@@ -54,9 +54,9 @@ class ConstrainedWindowGtk : public ConstrainedWindow {
virtual ~ConstrainedWindowGtk();
// Overridden from ConstrainedWindow:
- virtual void ShowConstrainedWindow() OVERRIDE;
- virtual void CloseConstrainedWindow() OVERRIDE;
- virtual void FocusConstrainedWindow() OVERRIDE;
+ virtual void ShowWebContentsModalDialog() OVERRIDE;
+ virtual void CloseWebContentsModalDialog() OVERRIDE;
+ virtual void FocusWebContentsModalDialog() OVERRIDE;
// Called when the result of GetBackgroundColor may have changed.
void BackgroundColorChanged();
@@ -88,7 +88,7 @@ class ConstrainedWindowGtk : public ConstrainedWindow {
// Delegate that provides the contents of this constrained window.
ConstrainedWindowGtkDelegate* delegate_;
- // Stores if |ShowConstrainedWindow()| has been called.
+ // Stores if |ShowWebContentsModalDialog()| has been called.
bool visible_;
base::WeakPtrFactory<ConstrainedWindowGtk> weak_factory_;
« no previous file with comments | « chrome/browser/ui/gtk/collected_cookies_gtk.cc ('k') | chrome/browser/ui/gtk/constrained_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698