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

Unified Diff: chrome/common/extensions/api/input_ime.json

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/common/extensions/api/input_ime.json
diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json
index f21cd393fa1d97477c9170e9e8173bdb5000c8f1..51b0cbfa131e16d243b87c58acc7aa9b90bd7c24 100644
--- a/chrome/common/extensions/api/input_ime.json
+++ b/chrome/common/extensions/api/input_ime.json
@@ -250,7 +250,16 @@
"id": {"type": "integer", "description": "The candidate's id"},
"parentId": {"type": "integer", "optional": true, "description": "The id to add these candidates under"},
"label": {"type": "string", "optional": true, "description": "Short string displayed to next to the candidate, often the shortcut key or index"},
- "annotation": {"type": "string", "optional": true, "description": "Additional text describing the candidate"}
+ "annotation": {"type": "string", "optional": true, "description": "Additional text describing the candidate"},
+ "usage": {
+ "type": "object",
+ "optional": true,
+ "description": "The usage or detail description of word.",
+ "properties": {
+ "title": { "type": "string", "description": "The title string of details description."},
+ "body": { "type": "string", "description": "The body string of detail description."}
+ }
+ }
}
}
}
« no previous file with comments | « chrome/browser/extensions/extension_input_module_constants.cc ('k') | chromeos/dbus/ibus/ibus_lookup_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698