summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchrome/common/extensions/docs/getstarted.html8
-rwxr-xr-xchrome/common/extensions/docs/static/getstarted.html8
2 files changed, 14 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html
index a449f6a..422d193 100755
--- a/chrome/common/extensions/docs/getstarted.html
+++ b/chrome/common/extensions/docs/getstarted.html
@@ -226,6 +226,10 @@ The button and page will look something like this:
<img src="images/hello_world-page-small.gif" width="291" height="184" alt="a window with a grid of images related to HELLO WORLD">
+<p class="comment">
+[PENDING: rewrite the example to use a browser action instead of a toolstrip]
+</p>
+
<h2 id="browser">Get your browser ready</h2>
<p>To develop extensions for Google Chrome,
@@ -365,7 +369,9 @@ looking something like this:
&lt;/div&gt;</pre>
</li>
<li>
- Restart the browser to load the new version of the extension.</li>
+ Return to <b>chrome://extensions</b>,
+ and click the <b>Reload</b> button
+ to load the new version of the extension.</li>
<li>Click the button.
A window should come up that displays <code>hello_world.html</code>. </li>
</ol>
diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html
index 272b5dc..df4bd77 100755
--- a/chrome/common/extensions/docs/static/getstarted.html
+++ b/chrome/common/extensions/docs/static/getstarted.html
@@ -12,6 +12,10 @@ The button and page will look something like this:
width="291" height="184"
alt="a window with a grid of images related to HELLO WORLD" />
+<p class="comment">
+[PENDING: rewrite the example to use a browser action instead of a toolstrip]
+</p>
+
<h2 id="browser">Get your browser ready</h2>
<p>To develop extensions for Google Chrome,
@@ -156,7 +160,9 @@ looking something like this:
&lt;/div&gt;</pre>
</li>
<li>
- Restart the browser to load the new version of the extension.</li>
+ Return to <b>chrome://extensions</b>,
+ and click the <b>Reload</b> button
+ to load the new version of the extension.</li>
<li>Click the button.
A window should come up that displays <code>hello_world.html</code>. </li>
</ol>