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

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

Issue 540273002: Move app.currentWindowInternal API implementation to extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index d47064acfe3f0dc42c48a42a234614f9f8adfb9e..2e604a1fe3bb697aaa8a45f1e8961ee81ea5e9f9 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -36,6 +36,16 @@
"12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension
]
}],
+ "app.currentWindowInternal": {
+ "noparent": true,
+ "internal": true,
+ "channel": "stable",
+ "contexts": ["blessed_extension"]
+ },
+ "app.currentWindowInternal.setShape": {
+ "dependencies": ["permission:app.window.shape"],
+ "contexts": ["blessed_extension"]
+ },
"dns": {
"dependencies": ["permission:dns"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698