Index: chrome/common/extensions/docs/static/contextMenus.html |
diff --git a/chrome/common/extensions/docs/static/contextMenus.html b/chrome/common/extensions/docs/static/contextMenus.html |
index e993372103dd4711baa5970801619e89d60bc86a..8de3f826210d895e821ac49b1a07f58d01a8a5ff 100644 |
--- a/chrome/common/extensions/docs/static/contextMenus.html |
+++ b/chrome/common/extensions/docs/static/contextMenus.html |
@@ -29,13 +29,6 @@ specify the documentUrlPatterns field |
when you call the create() or update() method. |
</p> |
-<p class="note"> |
-<strong>Version note:</strong> |
-Before Chrome 14, <!-- PENDING(asargent): fix version # --> |
-your items could appear only in documents with http:// |
-or https:// URLs. |
-</p> |
- |
<h2 id="manifest">Manifest</h2> |
<p>You must declare the "contextMenus" permission |
in your extension's manifest to use the API. |