| Index: views/controls/button/native_button_win.cc
|
| ===================================================================
|
| --- views/controls/button/native_button_win.cc (revision 19517)
|
| +++ views/controls/button/native_button_win.cc (working copy)
|
| @@ -97,10 +97,6 @@
|
| return enter_pressed;
|
| }
|
|
|
| -bool NativeButtonWin::NotifyOnKeyDown() const {
|
| - return true;
|
| -}
|
| -
|
| void NativeButtonWin::CreateNativeControl() {
|
| DWORD flags = WS_CHILD | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | BS_PUSHBUTTON;
|
| if (native_button_->is_default())
|
|
|