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

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

Issue 10828042: Extensions Docs Server: Integration testing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for CQ Created 8 years, 5 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_ime.json
diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json
index 2c7a5255dcbb6244d17e5188c2c58e02708587a1..f21cd393fa1d97477c9170e9e8173bdb5000c8f1 100644
--- a/chrome/common/extensions/api/input_ime.json
+++ b/chrome/common/extensions/api/input_ime.json
@@ -435,7 +435,7 @@
"description": "This event is sent when focus enters a text box. It is sent to all extensions that are listening to this event, and enabled by the user.",
"parameters": [
{
- "type": "InputContext",
+ "$ref": "InputContext",
"name": "context",
"description": "Describes the text field that has acquired focus."
}
@@ -459,7 +459,7 @@
"description": "This event is sent when the properties of the current InputContext change, such as the the type. It is sent to all extensions that are listening to this event, and enabled by the user.",
"parameters": [
{
- "type": "InputContext",
+ "$ref": "InputContext",
"name": "context",
"description": "An InputContext object describing the text field that has changed."
}
@@ -482,7 +482,7 @@
"description": "ID of the engine receiving the event"
},
{
- "type": "KeyboardEvent",
+ "$ref": "KeyboardEvent",
"name": "keyData",
"description": "Data on the key event"
}

Powered by Google App Engine
This is Rietveld 408576698