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

Unified Diff: chromeos/dbus/ibus/ibus_lookup_table.cc

Issue 11412268: Add usage display support for Extension IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment Created 8 years 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/common/extensions/api/input_ime.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/ibus_lookup_table.cc
diff --git a/chromeos/dbus/ibus/ibus_lookup_table.cc b/chromeos/dbus/ibus/ibus_lookup_table.cc
index a4fb1f00d5a5acab066cf478bc8ea57fcd083f31..eba15108d3ff6caec558aac014f3e738126b5796 100644
--- a/chromeos/dbus/ibus/ibus_lookup_table.cc
+++ b/chromeos/dbus/ibus/ibus_lookup_table.cc
@@ -46,6 +46,8 @@ void AppendIBusLookupTable(const IBusLookupTable& table,
ibus::IBusText text;
text.set_text(candidates[i].value);
text.set_annotation(candidates[i].annotation);
+ text.set_description_title(candidates[i].description_title);
+ text.set_description_body(candidates[i].description_body);
AppendIBusText(text, &text_writer);
if (!candidates[i].label.empty())
have_labels = true;
« no previous file with comments | « chrome/common/extensions/api/input_ime.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698