Chromium Code Reviews| Index: chrome/common/extensions/docs/experimental.infobars.html |
| =================================================================== |
| --- chrome/common/extensions/docs/experimental.infobars.html (revision 97767) |
| +++ chrome/common/extensions/docs/experimental.infobars.html (working copy) |
| @@ -599,7 +599,7 @@ |
| <!-- TYPE --> |
| <div style="display:inline"> |
| ( |
| - <span class="optional" style="display: none; ">optional</span> |
| + <span class="optional">optional</span> |
|
Ken Russell (switch to Gerrit)
2011/08/23 22:46:53
It looks like the changes to this file are unrelat
alexbost
2011/08/24 20:06:21
Done.
|
| <span class="enum" style="display: none; ">enumerated</span> |
| <span id="typeTemplate"> |
| <span style="display: none; "> |
| @@ -621,7 +621,7 @@ |
| <dd class="todo" style="display: none; "> |
| Undocumented. |
| </dd> |
| - <dd>The height (in pixels) of the infobar to show. A value of 0 means: use default infobar height.</dd> |
| + <dd>The height (in pixels) of the infobar to show. If omitted, the default infobar height will be used.</dd> |
| <dd style="display: none; "> |
| This parameter was added in version |
| <b><span></span></b>. |