summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/html_dialog_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/html_dialog_ui.h')
-rw-r--r--chrome/browser/ui/webui/html_dialog_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/webui/html_dialog_ui.h b/chrome/browser/ui/webui/html_dialog_ui.h
index 264daa1..9e26f85 100644
--- a/chrome/browser/ui/webui/html_dialog_ui.h
+++ b/chrome/browser/ui/webui/html_dialog_ui.h
@@ -100,6 +100,9 @@ class HtmlDialogUI : public ChromeWebUI {
explicit HtmlDialogUI(TabContents* tab_contents);
virtual ~HtmlDialogUI();
+ // Close the dialog, passing the specified arguments to the close handler.
+ void CloseDialog(const base::ListValue* args);
+
// Returns the PropertyBag accessor object used to write the delegate pointer
// into the TabContents (see class-level comment above).
static PropertyAccessor<HtmlDialogUIDelegate*>& GetPropertyAccessor();