Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1856)

Unified Diff: chrome/browser/ui/webui/input_window_dialog_webui.h

Issue 8438037: Change 'Add Page' to show a simple input dialog with --use-more-webui. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a0f3d5f8337d191b1ceaf9acc491f9c101b849dd..659dfe0d8196eab7802d2cb0a82011be163d14bf 100644
--- a/chrome/browser/ui/webui/input_window_dialog_webui.h
+++ b/chrome/browser/ui/webui/input_window_dialog_webui.h
@@ -24,8 +24,7 @@ class InputWindowDialogWebUI : public InputWindowDialog,
private HtmlDialogUIDelegate {
public:
InputWindowDialogWebUI(const string16& window_title,
- const string16& label,
- const string16& contents,
+ const LabelContentsPairs& label_contents_pairs,
InputWindowDialog::Delegate* delegate);
virtual ~InputWindowDialogWebUI();
@@ -51,8 +50,7 @@ class InputWindowDialogWebUI : public InputWindowDialog,
InputWindowDialogHandler* handler_;
string16 window_title_;
- string16 label_;
- string16 contents_;
+ LabelContentsPairs label_contents_pairs_;
bool closed_;
InputWindowDialog::Delegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698