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

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

Issue 695133005: Temporarily disable extensions and sync while a profile is locked - Profiles Approach (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Many more unit tests. Change screenLockAPI permissions. Themes fix. 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: 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 1f4a968b6c7423553115e3176cca5c7bcc2f8793..6083d755ca2fea388ef9f221eb0d1afe0bc5c5a9 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -920,20 +920,11 @@
"312745D9BF916161191143F6490085EEA0434997" // Google Talk debug
]
},
- "screenlockPrivate": [{
- "platforms": ["chromeos"],
+ "screenlockPrivate": {
"channel": "stable",
"extension_types": ["platform_app"],
"location": "component"
- }, {
- "platforms": ["mac", "win", "linux"],
- "channel": "stable",
- "extension_types": ["platform_app"],
- "whitelist": [
- "lkegkdgachcnekllcdfkijonogckdnjo", // API test
- "E13990DC5440B6E270503DA27A35762F423725C3" // dogfood
- ]
- }],
+ },
"screensaver": {
"channel": "stable",
"extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"]

Powered by Google App Engine
This is Rietveld 408576698