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

Unified Diff: chrome/browser/extensions/extension_input_module_constants.cc

Issue 11412268: Add usage display support for Extension IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: chrome/browser/extensions/extension_input_module_constants.cc
diff --git a/chrome/browser/extensions/extension_input_module_constants.cc b/chrome/browser/extensions/extension_input_module_constants.cc
index 1953d852d3045fc410b6f6891c995a070b903e8e..7860a8e827ef4adbce91582f753582c41efd1069 100644
--- a/chrome/browser/extensions/extension_input_module_constants.cc
+++ b/chrome/browser/extensions/extension_input_module_constants.cc
@@ -34,6 +34,9 @@ const char kStyleDoubleUnderline[] = "doubleUnderline";
const char kStyleKey[] = "style";
const char kStyleUnderline[] = "underline";
const char kTextKey[] = "text";
+const char kUsageBodyKey[] = "body";
+const char kUsageKey[] = "usage";
+const char kUsageTitleKey[] = "title";
const char kVerticalKey[] = "vertical";
const char kVisibleKey[] = "visible";

Powered by Google App Engine
This is Rietveld 408576698