| Index: ui/views/controls/button/custom_button.cc
|
| diff --git a/ui/views/controls/button/custom_button.cc b/ui/views/controls/button/custom_button.cc
|
| index 386c67f0bef4dcb14475e4859971a10d874877a2..11fbbcde1c5ccda74420d9c0a93dbdcfdf357695 100644
|
| --- a/ui/views/controls/button/custom_button.cc
|
| +++ b/ui/views/controls/button/custom_button.cc
|
| @@ -73,8 +73,6 @@ void CustomButton::SetState(ButtonState state) {
|
|
|
| state_ = state;
|
| StateChanged();
|
| - if (state_changed_delegate_.get())
|
| - state_changed_delegate_->StateChanged(state_);
|
| SchedulePaint();
|
| }
|
|
|
|
|