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

Unified Diff: chrome/common/extensions/docs/templates/intros/extension.html

Issue 375133002: Docserver: Display API features that are available to content scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/docs/templates/intros/extension.html
diff --git a/chrome/common/extensions/docs/templates/intros/extension.html b/chrome/common/extensions/docs/templates/intros/extension.html
deleted file mode 100644
index b7865c7e795a232775c806dcdb8e32158ca089c2..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/templates/intros/extension.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<h2 id="content scripts">Support for content scripts</h2>
-<p>
-Unlike the other chrome.* APIs,
-parts of <code>chrome.extension</code>
-can be used by content scripts:
-</p>
-
-<dl>
- <dt>
- $(ref:runtime.sendMessage) and
- $(ref:runtime.onMessage)
- </dt>
- <dd>
- Simple communication with extension pages
- </dd>
- <dt>
- $(ref:runtime.connect) and
- $(ref:runtime.onConnect)
- </dt>
- <dd>
- Extended communication with extension pages
- </dd>
- <dt>
- $(ref:extension.getURL)
- </dt>
- <dd>
- Access to extension resources such as image files
- </dd>
-</dl>
-
-<p>
-For details, see
-<a href="content_scripts">Content Scripts</a>.
-</p>

Powered by Google App Engine
This is Rietveld 408576698