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

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

Issue 60583003: The chrome.screenlockPrivate API allows select apps to control the ChromeOS ScreenLocker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: onChange works Created 7 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: chrome/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 5c141c1384ece282cb97bb85135fbf6f64c140ed..461a61d268cb285429a5e380047c1d2f73cdfd1e 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -261,6 +261,11 @@
]
}
],
+ "screenlockPrivate": {
+ "channel": "stable",
+ "extension_types":["platform_app"],
+ "whitelist": ["begdogjjbmiahnbahpidlnbgpbjbpajl"]
+ },
"downloads": {
"channel": "stable",
"extension_types": ["extension"]

Powered by Google App Engine
This is Rietveld 408576698