diff options
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r-- | chrome/browser/browser_window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index 5268318..cae21a5 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -196,6 +196,9 @@ class BrowserWindow { // Shows the repost form confirmation dialog box. virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) = 0; + // Shows a dialog to the user that the history is too new. + virtual void ShowHistoryTooNewDialog() = 0; + // Shows the confirmation dialog box warning that the browser is closing with // in-progress downloads. // This method should call Browser::InProgressDownloadResponse once the user |