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

Unified Diff: chrome/browser/ime_input.cc

Issue 295003: Make backspace not go back while IME is active. (Closed)
Patch Set: s/skip/skip_in_browser/ Created 11 years, 2 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 | « chrome/browser/ime_input.h ('k') | chrome/browser/renderer_host/render_widget_host_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ime_input.cc
diff --git a/chrome/browser/ime_input.cc b/chrome/browser/ime_input.cc
index d592d8444c957b8fb1ec19b826991db6de911209..21b5229e9cc084a5697436baa049cd4cd3f5f0f9 100644
--- a/chrome/browser/ime_input.cc
+++ b/chrome/browser/ime_input.cc
@@ -176,7 +176,7 @@ void ImeInput::GetCaret(HIMC imm_context, LPARAM lparam,
// (It contains only one hangul character);
// * Chinese IMEs: the caret is a blinking line,
// (i.e. they do not need to retrieve the target selection);
- // * Japanese IMEs: the caret is a selection (or undelined) block,
+ // * Japanese IMEs: the caret is a selection (or underlined) block,
// (which can contain one or more Japanese characters).
int target_start = -1;
int target_end = -1;
« no previous file with comments | « chrome/browser/ime_input.h ('k') | chrome/browser/renderer_host/render_widget_host_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698