| Index: chrome/browser/ui/webui/html_dialog_ui.h
|
| diff --git a/chrome/browser/ui/webui/html_dialog_ui.h b/chrome/browser/ui/webui/html_dialog_ui.h
|
| index 264daa1d6933b1012dea589d5207fcc46b86d5bb..9e26f855dfa0869a5d65c3ea0ed03d1bb5883016 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();
|
|
|