| Index: ui/views/controls/button/custom_button.h
|
| diff --git a/ui/views/controls/button/custom_button.h b/ui/views/controls/button/custom_button.h
|
| index 7720b445b051f7b6033ae12b957e3dbe9579ff33..82ea7525567d7aeb2a84293ebb208e5785f1f64c 100644
|
| --- a/ui/views/controls/button/custom_button.h
|
| +++ b/ui/views/controls/button/custom_button.h
|
| @@ -60,7 +60,7 @@ class VIEWS_EXPORT CustomButton : public Button, public gfx::AnimationDelegate {
|
| int triggerable_event_flags() const { return triggerable_event_flags_; }
|
|
|
| // Sets whether |RequestFocus| should be invoked on a mouse press. The default
|
| - // is true.
|
| + // is false.
|
| void set_request_focus_on_press(bool value) {
|
| request_focus_on_press_ = value;
|
| }
|
|
|