diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 09:59:33 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 09:59:33 +0000 |
commit | c1f44e105d26ff3a7fa4fb3debbc74d7102a1f29 (patch) | |
tree | 378a5efff2c03d4a8cf1c7e85f27f9ab207dc0f6 | |
parent | 724f395e44acf36744b020a10bbd749d32895c92 (diff) | |
download | chromium_src-c1f44e105d26ff3a7fa4fb3debbc74d7102a1f29.zip chromium_src-c1f44e105d26ff3a7fa4fb3debbc74d7102a1f29.tar.gz chromium_src-c1f44e105d26ff3a7fa4fb3debbc74d7102a1f29.tar.bz2 |
Add missing sidebar API doc
BUG=none
TEST=none
TBR=erikkay
Review URL: http://codereview.chromium.org/4211002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64394 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/experimental.sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/experimental.sidebar.html b/chrome/common/extensions/docs/experimental.sidebar.html index 7c95738..eb9493b 100644 --- a/chrome/common/extensions/docs/experimental.sidebar.html +++ b/chrome/common/extensions/docs/experimental.sidebar.html @@ -939,7 +939,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.'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>'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 style="display: none; "> This parameter was added in version <b><span></span></b>. |