Index: chrome/browser/ui/browser_dialogs.h |
=================================================================== |
--- chrome/browser/ui/browser_dialogs.h (revision 133969) |
+++ chrome/browser/ui/browser_dialogs.h (working copy) |
@@ -12,12 +12,12 @@ |
class Browser; |
class Extension; |
-class HtmlDialogUIDelegate; |
class Profile; |
class SkBitmap; |
class TabContentsWrapper; |
class TabModalConfirmDialogDelegate; |
class TemplateURL; |
+class WebDialogDelegate; |
namespace content { |
class WebContents; |
@@ -42,11 +42,11 @@ |
// |
// Make sure to use the returned window only when you know it is safe |
// to do so, i.e. before OnDialogClosed() is called on the delegate. |
-gfx::NativeWindow ShowHtmlDialog(gfx::NativeWindow parent, |
- Profile* profile, |
- Browser* browser, |
- HtmlDialogUIDelegate* delegate, |
- DialogStyle style); |
+gfx::NativeWindow ShowWebDialog(gfx::NativeWindow parent, |
+ Profile* profile, |
+ Browser* browser, |
+ WebDialogDelegate* delegate, |
+ DialogStyle style); |
// Closes the given dialog. |
void CloseHtmlDialog(gfx::NativeWindow window); |