Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5568)

Unified Diff: chrome/common/extensions/docs/experimental.infobars.html

Issue 7720002: Chrome Extensions chrome.experimental.offscreenTabs.* API implementation, docs, and test. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>.

Powered by Google App Engine
This is Rietveld 408576698