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

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

Issue 10823141: Support reverse conversion for ChromeOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Simplify Created 8 years, 5 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') | ui/base/ime/input_method_ibus.cc » ('J')
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 d6adc38dbe96ab78bd79a5840224b86d0c67e294..f6572c0deb428b1aa343ef43997e5c3c3d57bea4 100644
--- a/ui/base/ime/input_method_ibus.h
+++ b/ui/base/ime/input_method_ibus.h
@@ -208,6 +208,9 @@ class UI_EXPORT InputMethodIBus : public InputMethodBase {
// Used for making callbacks.
base::WeakPtrFactory<InputMethodIBus> weak_ptr_factory_;
+ // Previously selected text.
+ string16 previous_selected_text_;
Yusuke Sato 2012/08/03 05:46:10 nit: selected_text_ would be clear enough to me.
Seigo Nonaka 2012/08/03 07:12:44 Sure, removed. On 2012/08/03 05:46:10, Yusuke Sato
+
DISALLOW_COPY_AND_ASSIGN(InputMethodIBus);
};
« no previous file with comments | « no previous file | ui/base/ime/input_method_ibus.cc » ('j') | ui/base/ime/input_method_ibus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698