Index: chrome/browser/ui/browser_dialogs.h |
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h |
index 970f272d206fef6387f893a11241628ab69afaea..e197f12cd300708592f63095de339d490ecbc558 100644 |
--- a/chrome/browser/ui/browser_dialogs.h |
+++ b/chrome/browser/ui/browser_dialogs.h |
@@ -49,6 +49,9 @@ gfx::NativeWindow ShowHtmlDialog(gfx::NativeWindow parent, |
HtmlDialogUIDelegate* delegate, |
DialogStyle style); |
+// Closes the given dialog. |
+void CloseHtmlDialog(gfx::NativeWindow window); |
+ |
// Creates the ExtensionInstalledBubble and schedules it to be shown once |
// the extension has loaded. |extension| is the installed extension. |browser| |
// is the browser window which will host the bubble. |icon| is the install |