| Index: views/controls/textfield/textfield.cc
|
| ===================================================================
|
| --- views/controls/textfield/textfield.cc (revision 74326)
|
| +++ views/controls/textfield/textfield.cc (working copy)
|
| @@ -309,7 +309,7 @@
|
| bool Textfield::SkipDefaultKeyEventProcessing(const KeyEvent& e) {
|
| // TODO(hamaji): Figure out which keyboard combinations we need to add here,
|
| // similar to LocationBarView::SkipDefaultKeyEventProcessing.
|
| - ui::KeyboardCode key = e.GetKeyCode();
|
| + ui::KeyboardCode key = e.key_code();
|
| if (key == ui::VKEY_BACK)
|
| return true; // We'll handle BackSpace ourselves.
|
|
|
|
|