Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 6b3495a7301847bbc29c99a5f13360a2bb5f7e6b..940cbcc8c59a418d2a8adea33743850bb344fcd7 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -34,6 +34,7 @@ |
#include "chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h" |
#include "chrome/browser/ui/browser_navigator.h" |
#include "chrome/browser/ui/constrained_window_tab_helper_delegate.h" |
+#include "chrome/browser/ui/dialog_style.h" |
#include "chrome/browser/ui/fullscreen_controller.h" |
#include "chrome/browser/ui/fullscreen_exit_bubble_type.h" |
#include "chrome/browser/ui/search_engines/search_engine_tab_helper_delegate.h" |
@@ -460,7 +461,8 @@ class Browser : public TabHandlerDelegate, |
// URL and JSON string input to use during initialization). |parent_window| |
// is the window that should be parent of the dialog, or NULL for the default. |
gfx::NativeWindow BrowserShowHtmlDialog(HtmlDialogUIDelegate* delegate, |
- gfx::NativeWindow parent_window); |
+ gfx::NativeWindow parent_window, |
+ DialogStyle style); |
// Called when a popup select is about to be displayed. |
void BrowserRenderWidgetShowing(); |