| Index: chrome/browser/browser_window.h
|
| ===================================================================
|
| --- chrome/browser/browser_window.h (revision 13264)
|
| +++ chrome/browser/browser_window.h (working copy)
|
| @@ -164,6 +164,12 @@
|
| // Shows the New Profile dialog box.
|
| virtual void ShowNewProfileDialog() = 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
|
| + // has confirmed.
|
| + virtual void ConfirmBrowserCloseWithPendingDownloads() = 0;
|
| +
|
| // Shows a dialog box with HTML content, e.g. for Gears. |parent_window| is
|
| // the window the dialog should be opened modal to and is a native window
|
| // handle.
|
|
|