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

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: Wrap Missing Permission string in #ifdef AURA 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 fe559ceaef060dc9ac03dd2a55a57ed9b775fbae..3991b38571bfe20854b73d78942bef1b871c56c9 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