diff options
Diffstat (limited to 'chrome/browser/ui/browser_window.h')
-rw-r--r-- | chrome/browser/ui/browser_window.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h index 7a2e7f7..227064c 100644 --- a/chrome/browser/ui/browser_window.h +++ b/chrome/browser/ui/browser_window.h @@ -247,11 +247,6 @@ class BrowserWindow { // has confirmed. virtual void ConfirmBrowserCloseWithPendingDownloads() = 0; - // Shows a dialog box with HTML content. |parent_window| is the window the - // dialog should be opened modal to and is a native window handle. - virtual gfx::NativeWindow ShowHTMLDialog(HtmlDialogUIDelegate* delegate, - gfx::NativeWindow parent_window) = 0; - // ThemeService calls this when a user has changed his or her theme, // indicating that it's time to redraw everything. virtual void UserChangedTheme() = 0; |