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

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

Issue 2950353004: [Extensions Bindings] Check availability of custom API properties (Closed)
Patch Set: . Created 3 years, 6 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 | « no previous file | extensions/common/features/feature_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]
« no previous file with comments | « no previous file | extensions/common/features/feature_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698