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

Unified Diff: chrome/common/extensions/api/experimental.input.ui.json

Issue 8958023: Added missing names in extension api jsons (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed a typo Created 9 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/experimental.input.ui.json
diff --git a/chrome/common/extensions/api/experimental.input.ui.json b/chrome/common/extensions/api/experimental.input.ui.json
index 639ea96cd07f9113de69f47d8cd13ddcd1f7eab4..95db905f2516ad6928373bee11393133a3d9800f 100644
--- a/chrome/common/extensions/api/experimental.input.ui.json
+++ b/chrome/common/extensions/api/experimental.input.ui.json
@@ -127,6 +127,7 @@
"description": "Fired when lookup table is updated.",
"parameters": [
{ "type": "object",
+ "name": "lookupTable",
"properties": {
"visible": { "type": "boolean" },
"candidates": { "type": "array", "items": { "type": "string" } }
« no previous file with comments | « chrome/common/extensions/api/experimental.downloads.json ('k') | chrome/common/extensions/api/fileBrowserPrivate.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698