| Index: chrome/browser/ui/webui/input_window_dialog_webui.h
|
| diff --git a/chrome/browser/ui/webui/input_window_dialog_webui.h b/chrome/browser/ui/webui/input_window_dialog_webui.h
|
| index 0e0af5c5c542bf8b49d20ca15f47186388953721..2c5fa1af0c52053c6550797e2f19fa8dc1136ce2 100644
|
| --- a/chrome/browser/ui/webui/input_window_dialog_webui.h
|
| +++ b/chrome/browser/ui/webui/input_window_dialog_webui.h
|
| @@ -24,9 +24,8 @@ class InputWindowDialogWebUI : public InputWindowDialog,
|
| private HtmlDialogUIDelegate {
|
| public:
|
| InputWindowDialogWebUI(const string16& window_title,
|
| - const string16& label,
|
| - const string16& contents,
|
| - Delegate* delegate,
|
| + const LabelContentsPairs& label_contents_pairs,
|
| + InputWindowDialog::Delegate* delegate,
|
| ButtonType type);
|
| virtual ~InputWindowDialogWebUI();
|
|
|
| @@ -52,8 +51,7 @@ class InputWindowDialogWebUI : public InputWindowDialog,
|
| InputWindowDialogHandler* handler_;
|
|
|
| string16 window_title_;
|
| - string16 label_;
|
| - string16 contents_;
|
| + LabelContentsPairs label_contents_pairs_;
|
| bool closed_;
|
|
|
| Delegate* delegate_;
|
|
|