| 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"]
|
| }
|
| }
|
|
|