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

Unified Diff: chrome/browser/ui/input_window_dialog_gtk.h

Issue 8372038: gtk/bookmarks: Update the label of some dialog buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: BUTTON_TYPE_ and TODOs Created 9 years, 2 months 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
« no previous file with comments | « chrome/browser/ui/input_window_dialog.h ('k') | chrome/browser/ui/input_window_dialog_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/input_window_dialog_gtk.h
diff --git a/chrome/browser/ui/input_window_dialog_gtk.h b/chrome/browser/ui/input_window_dialog_gtk.h
index 168e2ab25542e454e86018b01da6ed1320b7f395..f34b9d59b8affc870bbdedc02d5088bdc146826d 100644
--- a/chrome/browser/ui/input_window_dialog_gtk.h
+++ b/chrome/browser/ui/input_window_dialog_gtk.h
@@ -22,7 +22,8 @@ class InputWindowDialogGtk : public InputWindowDialog {
const std::string& window_title,
const std::string& label,
const std::string& contents,
- Delegate* delegate);
+ Delegate* delegate,
+ ButtonType type);
virtual ~InputWindowDialogGtk();
virtual void Show();
« no previous file with comments | « chrome/browser/ui/input_window_dialog.h ('k') | chrome/browser/ui/input_window_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698