| Index: chrome/common/extensions/api/declarative_content.json
|
| diff --git a/chrome/common/extensions/api/declarative_content.json b/chrome/common/extensions/api/declarative_content.json
|
| index 7e13235173ce618fd91d6003dfadc3b9f217cd82..366eb4e38c8af86fdd899efd072b1b0b3486687e 100644
|
| --- a/chrome/common/extensions/api/declarative_content.json
|
| +++ b/chrome/common/extensions/api/declarative_content.json
|
| @@ -5,6 +5,7 @@
|
| [
|
| {
|
| "namespace": "declarativeContent",
|
| + "description": "Use the <code>chrome.declarativeContent</code> module to take actions depending on the content of a page, without requiring permission to read the page's content.",
|
| "documentation_permissions_required": ["declarative", "declarativeContent"],
|
| "types": [
|
| {
|
|
|