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

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

Issue 2122873002: Add virtualKeyboardPrivate.onKeyboardClosed API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « extensions/browser/extension_event_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/virtual_keyboard_private.json
diff --git a/extensions/common/api/virtual_keyboard_private.json b/extensions/common/api/virtual_keyboard_private.json
index ac6775b38b38883076dd87162ef84b6382621a9b..0444dea706125484842f8063174336a8d74e7140 100644
--- a/extensions/common/api/virtual_keyboard_private.json
+++ b/extensions/common/api/virtual_keyboard_private.json
@@ -242,6 +242,13 @@
"$ref": "Bounds"
}
]
+ },
+ {
+ "name": "onKeyboardDestroyed",
Devlin 2016/07/14 17:44:51 "Destroyed" is kind of a weird name here. What ab
Azure Wei 2016/07/15 15:52:30 Done.
+ "type": "function",
+ "description": "Fired when the virtual keyboard window has been destroyed.",
+ "parameters": [
Devlin 2016/07/14 17:44:51 unneeded if empty.
Azure Wei 2016/07/15 15:52:30 Done.
+ ]
}
]
}
« no previous file with comments | « extensions/browser/extension_event_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698