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

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

Issue 286203003: Whitelist chrome.screenlockPrivate only for component apps on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Run tests as component extension tests on ChromeOS Created 6 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 | « chrome/browser/extensions/api/screenlock_private/screenlock_private_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 440263fdadc3fa3bcd146318d5d2a46ea10cdc1b..cce80dc201535121e87ce33eeae1e99916d017d5 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -879,16 +879,20 @@
"312745D9BF916161191143F6490085EEA0434997" // Google Talk debug
]
},
- "screenlockPrivate": {
+ "screenlockPrivate": [{
+ "platforms": ["chromeos"],
+ "channel": "stable",
+ "extension_types": ["platform_app"],
+ "location": "component"
+ }, {
+ "platforms": ["mac", "win", "linux"],
"channel": "stable",
"extension_types": ["platform_app"],
"whitelist": [
"lkegkdgachcnekllcdfkijonogckdnjo", // API test
- "190C131D270994E7330E9A3CD48224061CB10E2D", // dogfood 1
- "7FDDD1C0CB0052596657FDEC92841D509DC8D404", // dogfood 2
- "E13990DC5440B6E270503DA27A35762F423725C3" // dogfood 3
+ "E13990DC5440B6E270503DA27A35762F423725C3" // dogfood
]
- },
+ }],
"screensaver": {
"channel": "stable",
"extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"]
« no previous file with comments | « chrome/browser/extensions/api/screenlock_private/screenlock_private_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698