Index: chrome/browser/chromeos/input_method/input_method_engine_ibus.cc |
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc b/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc |
index 0c2a99c8711dd8a730b3fd019f6a767ebc4570ba..8d22e8cabd5dce32b249eea2346925779f680d7a 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc |
+++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc |
@@ -276,6 +276,8 @@ bool InputMethodEngineIBus::SetCandidates( |
entry.value = ix->value; |
entry.label = ix->label; |
entry.annotation = ix->annotation; |
+ entry.description_title = ix->usage.title; |
+ entry.description_body = ix->usage.body; |
// Store a mapping from the user defined ID to the candidate index. |
candidate_indexes_[ix->id] = candidate_ids_.size(); |