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

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

Issue 190533006: Add support for transparent background API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename transparentBackground to alphaEnabled Created 6 years, 7 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/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 505270207d7054040b6cf7f4ee8ab614d3e3b4ad..b5a9927d94e2770b2605599caa5e1c71d1ef14e6 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -66,6 +66,10 @@
"channel": "dev",
"extension_types": ["platform_app"]
},
+ "app.window.alpha": {
+ "channel": "dev",
+ "extension_types": ["platform_app"]
+ },
"audio": [
{
"channel": "dev",

Powered by Google App Engine
This is Rietveld 408576698