| 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>.
|
|
|