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

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

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: everything but svn stuff Created 8 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/server2/templates/intros/extension.html
diff --git a/chrome/common/extensions/docs/server2/templates/intros/extension.html b/chrome/common/extensions/docs/server2/templates/intros/extension.html
index d7845b190a4875fe9033c3672886c05469062636..2ab3f089cec4f406ebe8fbd215cf48bb0ce0cff9 100644
--- a/chrome/common/extensions/docs/server2/templates/intros/extension.html
+++ b/chrome/common/extensions/docs/server2/templates/intros/extension.html
@@ -1,4 +1,3 @@
-<!-- BEGIN AUTHORED CONTENT -->
<p id="classSummary">
The <code>chrome.extension</code> module
has utilities that can be used by any extension page.
@@ -8,12 +7,14 @@ or between extensions,
as described in detail in
<a href="messaging.html">Message Passing</a>.
</p>
+
<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>
<a href="#method-sendMessage"><code>sendMessage()</code></a> and
@@ -36,8 +37,8 @@ can be used by content scripts:
Access to extension resources such as image files
</dd>
</dl>
+
<p>
For details, see
<a href="content_scripts.html">Content Scripts</a>.
-</p>
-<!-- END AUTHORED CONTENT -->
+</p>

Powered by Google App Engine
This is Rietveld 408576698