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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 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/declarative_content.json
diff --git a/chrome/common/extensions/api/declarative_content.json b/chrome/common/extensions/api/declarative_content.json
index f2e2ae29ff8b61dcc4b8fd57af7071352f172543..366eb4e38c8af86fdd899efd072b1b0b3486687e 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> 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": [
{
"id": "PageStateMatcher",
« no previous file with comments | « chrome/common/extensions/api/debugger.json ('k') | chrome/common/extensions/api/declarative_web_request.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698