Index: chrome/common/extensions/api/extension_api.json |
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json |
index 00febf819f875eec10aa9fd9c934d2955f276e06..f0d2b1f4d681cb2289624ed020e2323a1c2ac12f 100644 |
--- a/chrome/common/extensions/api/extension_api.json |
+++ b/chrome/common/extensions/api/extension_api.json |
@@ -2542,6 +2542,19 @@ |
"parameters": [] |
} |
] |
+ }, |
+ { |
+ "name": "hideKeyboard", |
+ "type": "function", |
+ "description": "Hide the keyboard UI.", |
+ "parameters": [ |
+ { "type": "function", |
+ "name": "callback", |
+ "optional": true, |
+ "description": "This function is called when the event processing is completed.", |
+ "parameters": [] |
+ } |
+ ] |
} |
], |
"events": [ |