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

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: Change OnKeyboardClosed as pure virtual method. 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..738738df45f733b1c70ca2b0d818b8960b420d23 100644
--- a/extensions/common/api/virtual_keyboard_private.json
+++ b/extensions/common/api/virtual_keyboard_private.json
@@ -242,6 +242,11 @@
"$ref": "Bounds"
}
]
+ },
+ {
+ "name": "onKeyboardClosed",
+ "type": "function",
+ "description": "Fired when the virtual keyboard window has been closed, for example, turning off on-screen keyboard, or exiting tablet mode."
Devlin 2016/07/15 16:00:17 nit: make this two sentences Fired when the virtua
}
]
}
« 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