| 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>
|
|
|