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

Unified Diff: chrome/common/extensions/docs/server2/templates/intros/pageAction.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/pageAction.html
diff --git a/chrome/common/extensions/docs/server2/templates/intros/pageAction.html b/chrome/common/extensions/docs/server2/templates/intros/pageAction.html
index 1dc45d8e429f45a20d31187617f61ffbf47c4a36..3c9438285c500158519c508ff8d6f6743083cf94 100644
--- a/chrome/common/extensions/docs/server2/templates/intros/pageAction.html
+++ b/chrome/common/extensions/docs/server2/templates/intros/pageAction.html
@@ -1,4 +1,3 @@
-<!-- BEGIN AUTHORED CONTENT -->
<p>
Use page actions to put icons inside the address bar.
Page actions represent actions
@@ -65,7 +64,6 @@ until the tab is closed
or starts displaying a different URL
(because the user clicks a link, for example).
</p>
-<!-- [PENDING: We should discuss how tabs and page actions are related. All methods take a tab ID argument. How do you get that tab ID? What's the usual way of arranging the code that monitors pages? Point to examples.] -->
<h2 id="tips">Tips</h2>
<p>For the best visual impact,
follow these guidelines:</p>
@@ -87,5 +85,4 @@ You can find simple examples of using page 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