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

Unified Diff: ui/base/ime/input_method_ibus.h

Issue 22909048: Remove IBus specific hack from InputMethodIBus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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_ibus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_ibus.h
diff --git a/ui/base/ime/input_method_ibus.h b/ui/base/ime/input_method_ibus.h
index cdb273f06f7a957da5ba114ce0b366f450a74fff..08c66fc5baf3008501650997b167fd256460b749 100644
--- a/ui/base/ime/input_method_ibus.h
+++ b/ui/base/ime/input_method_ibus.h
@@ -214,10 +214,6 @@ class UI_EXPORT InputMethodIBus
// Indicates if the composition text is changed or deleted.
bool composition_changed_;
- // If it's true then all input method result received before the next key
- // event will be discarded.
- bool suppress_next_result_;
-
// The latest id of key event.
uint32 current_keyevent_id_;
« no previous file with comments | « no previous file | ui/base/ime/input_method_ibus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698