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

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

Issue 20526005: Implement virtual keyboard hiding. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase yet again Created 7 years, 3 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/virtual_keyboard_private.json
diff --git a/chrome/common/extensions/api/virtual_keyboard_private.json b/chrome/common/extensions/api/virtual_keyboard_private.json
index 12024fd24353a17bd54f2779fbd0024e42d3826b..35129cdb8ab714c4da4f99242adb92d6dddd6d70 100644
--- a/chrome/common/extensions/api/virtual_keyboard_private.json
+++ b/chrome/common/extensions/api/virtual_keyboard_private.json
@@ -45,7 +45,7 @@
{ "name": "swipe_direction",
"type": "integer",
"discription": "The direction of the cursor movement."
- },
+ },
{ "name": "modifier_flags",
"type": "integer",
"description": "Bitmask representing the state of the system modifier keys."
@@ -56,7 +56,7 @@
"decription": "called when the swipe movement is completed.",
"parameters": []
}
- ]
+ ]
},
{
"name": "sendKeyEvent",
@@ -74,6 +74,19 @@
"parameters": []
}
]
+ },
+ {
+ "name": "hideKeyboard",
+ "type": "function",
+ "description": "Hides the virtual keyboard.",
+ "parameters": [
+ { "type": "function",
+ "name": "callback",
+ "optional": true,
+ "description": "Called when the keyboard is hidden.",
+ "parameters": []
+ }
+ ]
}
]
}
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698