summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/template
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-14 19:31:25 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-14 19:31:25 +0000
commit3907848d9a7febf2ce8ce1c9e8113947387f7556 (patch)
treed910e4564ccbf592d4d10b3be2e3d4946061c6b1 /chrome/common/extensions/docs/template
parent09cb52eeaeadcb21c196a884e4e2229f350a66a5 (diff)
downloadchromium_src-3907848d9a7febf2ce8ce1c9e8113947387f7556.zip
chromium_src-3907848d9a7febf2ce8ce1c9e8113947387f7556.tar.gz
chromium_src-3907848d9a7febf2ce8ce1c9e8113947387f7556.tar.bz2
Clean up extension API documentation.
Remove unused experimental.idle API page and remove stray reference to the API documentation for chrome.idle from the "Implementation" submenu. BUG=none TEST=none Review URL: http://codereview.chromium.org/7872006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/template')
-rw-r--r--chrome/common/extensions/docs/template/api_template.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html
index df61a7e..aea03be9 100644
--- a/chrome/common/extensions/docs/template/api_template.html
+++ b/chrome/common/extensions/docs/template/api_template.html
@@ -190,7 +190,6 @@
<li><a href="background_pages.html">Background Pages</a></li>
<li><a href="content_scripts.html">Content Scripts</a></li>
<li><a href="xhr.html">Cross-Origin XHR</a></li>
- <li><a href="idle.html">Idle</a></li>
<li><a href="i18n.html">Internationalization</a></li>
<li><a href="messaging.html">Message Passing</a></li>
<li><a href="npapi.html">NPAPI Plugins</a></li>