Index: chrome/common/extensions/api/app_window.idl |
diff --git a/chrome/common/extensions/api/app_window.idl b/chrome/common/extensions/api/app_window.idl |
index 26922d7f68626b19a7735da8f8adda757baf79d2..af34354761d770c204e98d32379334a6084849d5 100644 |
--- a/chrome/common/extensions/api/app_window.idl |
+++ b/chrome/common/extensions/api/app_window.idl |
@@ -223,8 +223,8 @@ namespace app.window { |
[deprecated="Use innerBounds or outerBounds."] ContentBounds? bounds; |
// Enable window background transparency. |
- // Only supported in ash. Requires experimental API permission. |
- boolean? transparentBackground; |
+ // Only supported in ash. Requires app.window.alpha API permission. |
+ boolean? alphaEnabled; |
// The initial state of the window, allowing it to be created already |
// fullscreen, maximized, or minimized. Defaults to 'normal'. |