Index: chrome/browser/ui/input_window_dialog.h |
diff --git a/chrome/browser/ui/input_window_dialog.h b/chrome/browser/ui/input_window_dialog.h |
index 9509d68a0e253de5009f370f41c4b9b7eec0f485..33d4b294919539989f67a399a4430ecf89a1597f 100644 |
--- a/chrome/browser/ui/input_window_dialog.h |
+++ b/chrome/browser/ui/input_window_dialog.h |
@@ -33,7 +33,8 @@ class InputWindowDialog { |
const string16& window_title, |
const string16& label, |
const string16& contents, |
- Delegate* delegate); |
+ Delegate* delegate, |
+ bool is_new); |
sky
2011/11/01 23:15:24
Use an enum rather than this.
tfarina
2011/11/01 23:36:09
Done.
|
// Displays the window. |
virtual void Show() = 0; |