| 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 f2e2ae29ff8b61dcc4b8fd57af7071352f172543..bed20fcb4f298241bc8558f8077f98c30462aa5a 100644
|
| --- a/chrome/common/extensions/api/declarative_content.json
|
| +++ b/chrome/common/extensions/api/declarative_content.json
|
| @@ -5,6 +5,8 @@
|
| [
|
| {
|
| "namespace": "declarativeContent",
|
| + "description": "Use the <code>chrome.declarativeContent</code> API 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": [
|
| {
|
| "id": "PageStateMatcher",
|
|
|