| Index: chrome/browser/ui/views/constrained_window_views.h
|
| diff --git a/chrome/browser/ui/views/constrained_window_views.h b/chrome/browser/ui/views/constrained_window_views.h
|
| index 8d75c1b58a9105d87a4cc37209b32bba6f4d1db5..179c3cf4ae5f508d00d5aa87af45d30c9e2c261a 100644
|
| --- a/chrome/browser/ui/views/constrained_window_views.h
|
| +++ b/chrome/browser/ui/views/constrained_window_views.h
|
| @@ -67,9 +67,9 @@ class ConstrainedWindowViews : public views::Widget,
|
| content::WebContents* owner() const { return web_contents_; }
|
|
|
| // 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;
|
| virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
|
|
| // Default insets for the dialog:
|
|
|