diff options
Diffstat (limited to 'chrome/common/extensions/docs/browserAction.html')
-rw-r--r-- | chrome/common/extensions/docs/browserAction.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/browserAction.html b/chrome/common/extensions/docs/browserAction.html index d191189..f46b16c 100644 --- a/chrome/common/extensions/docs/browserAction.html +++ b/chrome/common/extensions/docs/browserAction.html @@ -302,9 +302,7 @@ use a <a href="pageAction.html">page action</a> instead of a browser action. </p> -<p class="comment"> -[PENDING: We should show tooltips and badges, as well.] -</p> +<!-- [PENDING: We should show tooltips and badges, as well.] --> <h2 id="manifest">Manifest</h2> @@ -381,8 +379,7 @@ Set the text and color of the badge using <a href="#method-setBadgeText">setBadgeText()</a> and <a href="#method-setBadgeBackgroundColor">setBadgeBackgroundColor()</a>, respectively. -<span class="comment">[PENDING: -if you have a color but no text, will anything display?]</span> +<!-- [PENDING: if you have a color but no text, will anything display?] --> </p> |