diff options
Diffstat (limited to 'chrome/views/dialog_client_view.h')
-rw-r--r-- | chrome/views/dialog_client_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/dialog_client_view.h b/chrome/views/dialog_client_view.h index 32713d0..52862fb 100644 --- a/chrome/views/dialog_client_view.h +++ b/chrome/views/dialog_client_view.h @@ -97,7 +97,7 @@ class DialogClientView : public ClientView, // The dialog buttons. NativeButton* ok_button_; NativeButton* cancel_button_; - + // The button that is currently the default button if any. NativeButton* default_button_; |