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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/server2/templates/intros/browserAction.html
===================================================================
--- chrome/common/extensions/docs/server2/templates/intros/browserAction.html (revision 150606)
+++ chrome/common/extensions/docs/server2/templates/intros/browserAction.html (working copy)
@@ -1,6 +1,3 @@
-<div id="pageData-name" class="pageData">Browser Actions</div>
-
-<!-- BEGIN AUTHORED CONTENT -->
<p>Use browser actions to put icons
in the main Google Chrome toolbar,
to the right of the address bar.
@@ -19,7 +16,7 @@
A popup is below the icon.
</p>
-<img src="../images/browser-action.png"
+<img src="{{static}}/images/browser-action.png"
width="363" height="226" />
<p>
@@ -33,8 +30,8 @@
Packaged apps cannot use browser actions.
</p>
-<!-- [PENDING: We should show tooltips and badges, as well.] -->
+
<h2 id="manifest">Manifest</h2>
<p>
@@ -116,7 +113,7 @@
<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>
@@ -172,6 +169,4 @@
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