Chromium Code Reviews| 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 233d2ff112de6e84900d9cf94600af7873c0256b..e31f867a6dcc50b33812cc905b8f8cb2c3bea134 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -699,6 +699,13 @@ |
| "extension_types": ["platform_app"], |
| "contexts": ["blessed_extension"] |
| }, |
| + "quickUnlockPrivate": { |
| + "channel": "stable", |
| + "contexts": ["webui"], |
| + "matches": [ |
| + "chrome://md-settings/*" |
| + ] |
|
Devlin
2016/06/13 14:50:23
this should be cros-only, right? (I think you spe
jdufault
2016/06/20 22:18:25
Done.
|
| + }, |
| "resourcesPrivate": [{ |
| "dependencies": ["permission:resourcesPrivate"], |
| "contexts": ["blessed_extension"] |