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

Unified Diff: chrome/common/extensions/api/_api_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: . 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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 098f58939cb8d75208c199f7200657b340821957..537c634dbf1be65cbaec3d48153ebbe4de7a0f39 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -310,6 +310,14 @@
"channel": "stable",
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
},
+ "screenlockPrivate": {
+ "channel": "stable",
Matt Perry 2013/11/12 21:26:30 you don't need this line - thedependency on the pe
benjhayden 2013/11/13 00:46:23 Done.
+ "platforms": ["chromeos"],
+ "dependencies": ["permission:screenlockPrivate"],
+ "extension_types": ["platform_app"],
+ "whitelist": ["begdogjjbmiahnbahpidlnbgpbjbpajl"],
Matt Perry 2013/11/12 21:26:30 ditto.
benjhayden 2013/11/13 00:46:23 Done.
+ "contexts": ["blessed_extension", "unblessed_extension"]
+ },
"fileBrowserPrivate": {
"platforms": ["chromeos"],
"dependencies": ["permission:fileBrowserPrivate"],

Powered by Google App Engine
This is Rietveld 408576698