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

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

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: script/build.py fixes 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/contextMenus.html
diff --git a/chrome/common/extensions/docs/server2/templates/intros/contextMenus.html b/chrome/common/extensions/docs/server2/templates/intros/contextMenus.html
index aa50b0116ff9c12ac1669c06e02edad3a9da45f2..95811cafedb2c74ecf1f6d3bb348a72e75312bc5 100644
--- a/chrome/common/extensions/docs/server2/templates/intros/contextMenus.html
+++ b/chrome/common/extensions/docs/server2/templates/intros/contextMenus.html
@@ -1,4 +1,3 @@
-<!-- BEGIN AUTHORED CONTENT -->
<p>
The context menus module allows you
to add items to Google Chrome's context menu.
@@ -25,7 +24,7 @@ when you call the create() or update() method.
</p>
<p class="note">
<strong>Version note:</strong>
-Before Chrome 14, <!-- PENDING(asargent): fix version # -->
+Before Chrome 14,
your items could appear only in documents with http://
or https:// URLs.
</p>
@@ -52,5 +51,4 @@ For example:
<h2 id="examples">Examples</h2>
<p>
You can find samples of this API on the
-<a href="samples.html#contextMenus">sample page</a>.
-<!-- END AUTHORED CONTENT -->
+<a href="samples.html#contextMenus">sample page</a>.

Powered by Google App Engine
This is Rietveld 408576698