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

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

Issue 297123002: API proposal for chrome.app.window to intercept all keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac and clang build issues Created 6 years, 1 month 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: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index 82c08655fff1afd4e9d43ee37e56db1acb6a0422..5aff57006555b6c1d24be532e79515d8d97d6a2b 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -62,6 +62,10 @@
]
}
],
+ "app.window.interceptAllKeys": {
+ "channel": "dev",
+ "extension_types": ["platform_app"]
+ },
"app.window.shape": {
"channel": "stable",
"extension_types": ["platform_app"]

Powered by Google App Engine
This is Rietveld 408576698