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

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

Issue 205243005: Add chrome.webcamPrivate idl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WIP Created 6 years, 8 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
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 9ed28d2a7aec3a10e42599619f920a678d75012e..4c4bb761f33f6c8f80f4a60afabc2d0496e84507 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -454,6 +454,11 @@
"extension_types": ["extension", "legacy_packaged_app"],
"contexts": ["blessed_extension"]
},
+ "webcamPrivate": {
+ "dependencies": ["permission:webcamPrivate"],
+ "extension_types": ["extension", "platform_app", "legacy_packaged_app"],
not at google - send to devlin 2014/04/10 20:06:00 you don't need extension_types here, that's alread
Zachary Kuznia 2014/04/10 20:57:53 Done.
+ "contexts": ["blessed_extension"]
+ },
"management": {
"dependencies": ["permission:management"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698