Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: ui/base/ime/input_method_imm32.cc

Issue 158463003: Remove WM_DEADCHAR/WM_SYSDEADCHAR handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/base/ime/input_method_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_imm32.cc
diff --git a/ui/base/ime/input_method_imm32.cc b/ui/base/ime/input_method_imm32.cc
index 16a33a1128cf4448fe8539ae0722651527b2c5b9..fdf62e789efd2ccd79b4a280cfa08958915be500 100644
--- a/ui/base/ime/input_method_imm32.cc
+++ b/ui/base/ime/input_method_imm32.cc
@@ -67,11 +67,6 @@ bool InputMethodIMM32::OnUntranslatedIMEMessage(
original_result = OnChar(
event.hwnd, event.message, event.wParam, event.lParam, &handled);
break;
- case WM_DEADCHAR:
- case WM_SYSDEADCHAR:
- original_result = OnDeadChar(
- event.message, event.wParam, event.lParam, &handled);
- break;
case WM_IME_NOTIFY:
original_result = OnImeNotify(
event.message, event.wParam, event.lParam, &handled);
« no previous file with comments | « no previous file | ui/base/ime/input_method_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698