summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/api_other.html
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-24 04:53:25 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-24 04:53:25 +0000
commit72a5fce88ab147fc6c36d1b7d88b36edf8893e45 (patch)
treef4ef89d31ae0e0fe868308fa521af3d8e93f7554 /chrome/common/extensions/docs/api_other.html
parent92c6f9b9eac950c487f580709e3aab03843d15bc (diff)
downloadchromium_src-72a5fce88ab147fc6c36d1b7d88b36edf8893e45.zip
chromium_src-72a5fce88ab147fc6c36d1b7d88b36edf8893e45.tar.gz
chromium_src-72a5fce88ab147fc6c36d1b7d88b36edf8893e45.tar.bz2
Doc navigation work.
This affects the sidenav, so if we go ahead with this I'll regenerate all the files and add them to this CL. BUG=none TEST=none Review URL: http://codereview.chromium.org/338007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/api_other.html')
-rw-r--r--chrome/common/extensions/docs/api_other.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html
index b9acaec..087b964 100644
--- a/chrome/common/extensions/docs/api_other.html
+++ b/chrome/common/extensions/docs/api_other.html
@@ -100,19 +100,19 @@
<li> <a href="overview.html">Overview</a></li>
<li> <a href="devguide.html"><div>Developer's Guide</div></a>
<ul>
- <li> UI Surfaces
+ <li> Browser UI
<ul>
<li><a href="browserAction.html">Browser Actions</a></li>
<li><a href="ntp.html">New Tab Pages</a></li>
+ <li><a href="options.html">Options Pages</a></li>
<li><a href="pageAction.html">Page Actions</a></li>
<li><a href="themes.html">Themes</a></li>
</ul>
</li>
- <li> More Interaction
+ <li> Browser Interaction
<ul>
<li><a href="bookmarks.html">Bookmarks</a></li>
<li><a href="events.html">Events</a></li>
- <li><a href="options.html">Options Page</a></li>
<li><a href="tabs.html">Tabs</a></li>
<li><a href="windows.html">Windows</a></li>
</ul>