Index: chrome/common/extensions/docs/apps/contextMenus.html |
diff --git a/chrome/common/extensions/docs/apps/contextMenus.html b/chrome/common/extensions/docs/apps/contextMenus.html |
index 429619b9bdf2a930e08e12a1a9eeaebb13fdd565..2758950d8dcc66695add01eb27a081049598c7b9 100644 |
--- a/chrome/common/extensions/docs/apps/contextMenus.html |
+++ b/chrome/common/extensions/docs/apps/contextMenus.html |
@@ -240,12 +240,6 @@ To control which documents your items can appear in, |
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. |