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

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

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
Index: chrome/browser/extensions/extension_input_module_constants.h
diff --git a/chrome/browser/extensions/extension_input_module_constants.h b/chrome/browser/extensions/extension_input_module_constants.h
index 5231b750aa6f464fef3a75979f2c9dad1116078b..78593edba4807156f40158558a45cd97d4eba4e8 100644
--- a/chrome/browser/extensions/extension_input_module_constants.h
+++ b/chrome/browser/extensions/extension_input_module_constants.h
@@ -38,6 +38,9 @@ extern const char kStyleDoubleUnderline[];
extern const char kStyleKey[];
extern const char kStyleUnderline[];
extern const char kTextKey[];
+extern const char kUsageBodyKey[];
+extern const char kUsageKey[];
+extern const char kUsageTitleKey[];
extern const char kVerticalKey[];
extern const char kVisibleKey[];

Powered by Google App Engine
This is Rietveld 408576698