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

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

Issue 555223003: Add warning in documentation that the RequestContentScript action is still experimental (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Warning on new paragraph and in bold Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 888cff7bdfae2107e6db2cf5a1fbff80f29d3cd5..e876b43c83af68a7a135cc05769e24e520b0b274 100644
--- a/chrome/common/extensions/api/declarative_content.json
+++ b/chrome/common/extensions/api/declarative_content.json
@@ -51,7 +51,7 @@
},
{
"id": "RequestContentScript",
- "description": "Declarative event action that injects a content script.",
+ "description": "Declarative event action that injects a content script. <p><b>WARNING:</b> This action is still experimental and is not supported on stable builds of Chrome.</p>",
"type": "object",
"properties": {
"css": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698