Chromium Code Reviews| Index: ui/views/window/dialog_client_view.h |
| diff --git a/ui/views/window/dialog_client_view.h b/ui/views/window/dialog_client_view.h |
| index 1108904f5d519fd81f1e01b398fe39f990138a55..c15acf419b45659d1ae0e0da40344124e9e21e35 100644 |
| --- a/ui/views/window/dialog_client_view.h |
| +++ b/ui/views/window/dialog_client_view.h |
| @@ -42,6 +42,12 @@ class VIEWS_EXPORT DialogClientView : public ClientView, |
| LabelButton* ok_button() const { return ok_button_; } |
| LabelButton* cancel_button() const { return cancel_button_; } |
| + // Update the OK button to match the dialog's delegate. |
| + void UpdateOKButton(); |
|
tapted
2016/02/15 06:24:14
nit: move to private: section + reorder in .cc
karandeepb
2016/02/15 06:59:15
Done.
|
| + |
| + // Update the cancel button to match the dialog's delegate. |
| + void UpdateCancelButton(); |
| + |
| // Update the dialog buttons to match the dialog's delegate. |
| void UpdateDialogButtons(); |