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

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

Issue 1099553002: extensions: windows: list all windows from the current profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add application windows resize constraint test Created 5 years, 6 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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 69fbc7df772dfea278004514265fecb58a17d2a6..da8d0c64a0070d227c4c64218e00d01645ad2ccd 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -798,5 +798,9 @@
"windows": {
"dependencies": ["api:tabs"],
"contexts": ["blessed_extension"]
+ },
+ "windows.global": {
+ "dependencies": ["api:windows"],
+ "contexts": ["blessed_extension"]
}
}

Powered by Google App Engine
This is Rietveld 408576698