| 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 d5c5f57e71fb72fc239ea0efd5b8b0d29c8c3030..1916fd27ec7965ddac3d73dd7500084526c9cb34 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -367,7 +367,7 @@
|
| "contexts": ["blessed_extension"]
|
| },
|
| "extension.getURL": {
|
| - "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script", "extension_service_worker"]
|
| },
|
| "extension.getViews": [
|
| {
|
|
|