Index: chrome/common/extensions/docs/server2/templates/intros/browserAction.html |
diff --git a/chrome/common/extensions/docs/server2/templates/intros/browserAction.html b/chrome/common/extensions/docs/server2/templates/intros/browserAction.html |
index 2b7123f82dfacd5bf00512211dbe06a46c694624..4411ce4fe3ce5f07ec4b191cda59eaf00209618a 100644 |
--- a/chrome/common/extensions/docs/server2/templates/intros/browserAction.html |
+++ b/chrome/common/extensions/docs/server2/templates/intros/browserAction.html |
@@ -1,4 +1,3 @@ |
-<!-- BEGIN AUTHORED CONTENT --> |
<p>Use browser actions to put icons |
in the main Google Chrome toolbar, |
to the right of the address bar. |
@@ -26,7 +25,6 @@ instead of a browser action. |
<strong>Note:</strong> |
Packaged apps cannot use browser actions. |
</p> |
-<!-- [PENDING: We should show tooltips and badges, as well.] --> |
<h2 id="manifest">Manifest</h2> |
<p> |
Register your browser action in the |
@@ -92,7 +90,6 @@ Set the text and color of the badge using |
<a href="#method-setBadgeText">setBadgeText()</a> and |
<a href="#method-setBadgeBackgroundColor">setBadgeBackgroundColor()</a>, |
respectively. |
-<!-- [PENDING: if you have a color but no text, will anything display?] --> |
</p> |
<h3 id="popups">Popup</h3> |
<p>If a browser action has a popup, |
@@ -139,5 +136,4 @@ You can find simple examples of using browser actions in the |
directory. |
For other examples and for help in viewing the source code, see |
<a href="samples.html">Samples</a>. |
-</p> |
-<!-- END AUTHORED CONTENT --> |
+</p> |