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

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

Issue 1221483002: New tabCapture.captureOffscreenTab API, initially for Presentation API 1UA mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Register off-screen tabs as presentations via separate private API. Created 5 years, 3 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 272cf489835ed02fc89549893997c4b8386c1571..c89551db0017d318d7c9c766ddb501c2c78c82f0 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -757,6 +757,10 @@
"dependencies": ["permission:tabCapture"],
"contexts": ["blessed_extension"]
},
+ "tabCapturePrivate": {
+ "dependencies": ["permission:tabCapture"],
+ "contexts": ["blessed_extension"]
+ },
"tabs": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"],

Powered by Google App Engine
This is Rietveld 408576698