summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/experimental.contextMenus.html
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-30 17:34:53 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-30 17:34:53 +0000
commit046ae6b3ed16d57a1583680d792653b29ff8bd17 (patch)
treee6007beaccc9ec21c536a6296f0ddbe44d8af76b /chrome/common/extensions/docs/static/experimental.contextMenus.html
parentddd919e0e7a8c024953aff2dd75e807e440f7722 (diff)
downloadchromium_src-046ae6b3ed16d57a1583680d792653b29ff8bd17.zip
chromium_src-046ae6b3ed16d57a1583680d792653b29ff8bd17.tar.gz
chromium_src-046ae6b3ed16d57a1583680d792653b29ff8bd17.tar.bz2
Add back experimental* pages for APIs that have graduated
from experimental to supported. Otherwise, it's hard to know what happened to that API you were experimenting with... TEST=none BUG=none TBR=erikkay Review URL: http://codereview.chromium.org/2868084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54335 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/experimental.contextMenus.html')
-rw-r--r--chrome/common/extensions/docs/static/experimental.contextMenus.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/experimental.contextMenus.html b/chrome/common/extensions/docs/static/experimental.contextMenus.html
new file mode 100644
index 0000000..605cd2e8
--- /dev/null
+++ b/chrome/common/extensions/docs/static/experimental.contextMenus.html
@@ -0,0 +1,11 @@
+<div id="pageData-name" class="pageData">experimental.chrome.contextMenus</div>
+
+<p>
+The <code>contextMenus</code> API is no longer experimental;
+it's supported!
+You can read all about it at its new home:
+</p>
+
+<blockquote>
+<a href="contextMenus.html">chrome.contextMenus</a>
+</blockquote>