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 1492dd475680f886607dc55d65e983b25176dd26..9b976a4535d6257a24462ab2dacc8a5a17292510 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -669,6 +669,9 @@ |
| "dependencies": ["permission:privacy"], |
| "contexts": ["blessed_extension"] |
| }, |
| + "privacy.websites.protectedContentEnabled": { |
|
jbroman
2017/06/27 19:49:57
Does this mean you intend to deprecate the explici
|
| + "platforms": ["chromeos", "win"] |
| + }, |
| "processes": { |
| "dependencies": ["permission:processes"], |
| "contexts": ["blessed_extension"] |