| Index: views/controls/textfield/native_textfield_win.cc
|
| ===================================================================
|
| --- views/controls/textfield/native_textfield_win.cc (revision 18446)
|
| +++ views/controls/textfield/native_textfield_win.cc (working copy)
|
| @@ -446,6 +446,8 @@
|
| return;
|
|
|
| case 0xbb: // Ctrl-'='. Triggers subscripting, even in plain text mode.
|
| + // We don't use VK_OEM_PLUS in case the macro isn't defined.
|
| + // (e.g., we don't have this symbol in embeded environment).
|
| return;
|
|
|
| case VK_PROCESSKEY:
|
|
|