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

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

Issue 15912004: Add private API to notify end of initialization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months 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_method_private.json
diff --git a/chrome/common/extensions/api/input_method_private.json b/chrome/common/extensions/api/input_method_private.json
index 6c44192380952918896377edd10213390f173909..d49c099d7855bf4c84592d2de6ef8f8f2ab3e209 100644
--- a/chrome/common/extensions/api/input_method_private.json
+++ b/chrome/common/extensions/api/input_method_private.json
@@ -28,6 +28,11 @@
]
}
]
+ }, {
+ "name": "startIme",
+ "type": "function",
+ "description": "Notify to input method engine to be ready to accept events.",
+ "parameters" : []
}
],
"events": [

Powered by Google App Engine
This is Rietveld 408576698