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

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: clean up apitest.cc 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 d45643cd0ca2d5a3c92db41f601a6a4565172a56..e1f47c14d807f7d7a7cc02fb687bb5d6459cd52c 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -264,6 +264,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