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

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: Rebase 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 112378d033ec82336a43a7011827323bd72454ae..7b0ffa324be67d499b6b6bf12bb1cdaea37d0b46 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -921,20 +921,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