diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 00:12:17 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 00:12:17 +0000 |
commit | d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e (patch) | |
tree | ca79c67b7b190654067a220e2b08977972530165 /chrome/common/extensions/docs/browserAction.html | |
parent | 58ff6522b72da7b04ffe08771b9dc64ede284f58 (diff) | |
download | chromium_src-d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e.zip chromium_src-d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e.tar.gz chromium_src-d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e.tar.bz2 |
Changed comments to use HTML comments instead of class="comment".
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/440028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33159 0039d316-1c4b-4281-b951-d872f2087c98
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> |