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