Index: chrome/common/extensions/docs/experimental.sidebar.html |
=================================================================== |
--- chrome/common/extensions/docs/experimental.sidebar.html (revision 68334) |
+++ chrome/common/extensions/docs/experimental.sidebar.html (working copy) |
@@ -170,7 +170,6 @@ |
<li><a href="options.html">Options Pages</a></li> |
<li><a href="override.html">Override Pages</a></li> |
<li><a href="pageAction.html">Page Actions</a></li> |
- <li><a href="themes.html">Themes</a></li> |
</ul> |
</li> |
<li>Browser Interaction |
@@ -204,6 +203,7 @@ |
</li> |
</ul> |
</li> |
+ <li><h2><a href="apps.html">Packaged Apps</a></h2></li> |
<li><h2><a href="tutorials.html">Tutorials</a></h2> |
<ul> |
<li><a href="tut_debugging.html">Debugging</a></li> |
@@ -217,9 +217,9 @@ |
<ul> |
<li><a href="manifest.html">Manifest Files</a></li> |
<li><a href="match_patterns.html">Match Patterns</a></li> |
- <!-- <li>Packages (.crx)</li> --> |
</ul> |
</li> |
+ <li><a href="permission_warnings.html">Permission Warnings</a></li> |
<li><a href="api_index.html">chrome.* APIs</a></li> |
<li><a href="api_other.html">Other APIs</a></li> |
</ul> |
@@ -229,7 +229,7 @@ |
<li><h2>More</h2> |
<ul> |
<li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chrome Web Store</a></li> |
- <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.html">Installable Web Apps</a></li> |
+ <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.html">Hosted Apps</a></li> |
<li><a href="themes.html">Themes</a></li> |
</ul> |
</li> |
@@ -952,7 +952,7 @@ |
<dd class="todo" style="display: none; "> |
Undocumented. |
</dd> |
- <dd>'hidden' indicates sidebar is not defined for the specified tab (show was never called or hide() was called). Nothing is displayed for this sidebar.<br>'shown' means sidebar is defined for the specified tab; mini tab is displayed for this sidebar. Sidebar UI is either collapsed or displaying a content of some other extension's sidebar.<br>'active' indicates that sidebar is defined for the specified tab; sidebar UI is expanded and displaying this sidebar's content.</dd> |
+ <dd>'hidden' indicates sidebar is not defined for the specified tab (show was never called or hide() was called). Nothing is displayed for this sidebar.'shown' means sidebar is defined for the specified tab; mini tab is displayed for this sidebar. Sidebar UI is either collapsed or displaying a content of some other extension's sidebar.'active' indicates that sidebar is defined for the specified tab; sidebar UI is expanded and displaying this sidebar's content.</dd> |
<dd style="display: none; "> |
This parameter was added in version |
<b><span></span></b>. |