| Index: chrome/browser/ui/gtk/browser_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| index 201aba22d497cba1fe9c9fd1b4f73e8cf70aaf54..6f05e46160a249ae3c1bc506a0686ea81e01395c 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -128,7 +128,8 @@ class BrowserWindowGtk : public BrowserWindow,
|
| bool already_bookmarked) OVERRIDE;
|
| virtual bool IsDownloadShelfVisible() const OVERRIDE;
|
| virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
|
| - virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) OVERRIDE;
|
| + virtual void ShowTabModalDialog(TabModalDialogDelegate* delegate,
|
| + TabContents* tab_contents) OVERRIDE;
|
| virtual void ShowCollectedCookiesDialog(
|
| TabContentsWrapper* tab_contents) OVERRIDE;
|
| virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE;
|
|
|