Index: chrome/common/extensions/api/windows.json |
diff --git a/chrome/common/extensions/api/windows.json b/chrome/common/extensions/api/windows.json |
index 0e8af54caecd527552ece2be989daf2c937948b9..b21adb554eda7d1f220a7c52bfbaaaf85c4d55cf 100644 |
--- a/chrome/common/extensions/api/windows.json |
+++ b/chrome/common/extensions/api/windows.json |
@@ -224,7 +224,8 @@ |
"$ref": "WindowState", |
"optional": true, |
"description": "The initial state of the window. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'." |
- } |
+ }, |
+ "setSelfAsOpener": {"type": "boolean", "optional": true, "description": "Whether the newly opened window will be in the same unit of related browsing contexts [1], having its window.opener set to the caller and otherwise behaving similarily to window.open. [1] - https://www.w3.org/TR/html51/browsers.html#unit-of-related-browsing-contexts"} |
}, |
"optional": true |
}, |