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

Unified Diff: chrome/common/extensions/docs/server2/templates/intros/browserAction.html

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: script/build.py fixes Created 8 years, 5 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/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>

Powered by Google App Engine
This is Rietveld 408576698