| Index: chrome/common/extensions/docs/static/toolstrip.html
|
| diff --git a/chrome/common/extensions/docs/static/toolstrip.html b/chrome/common/extensions/docs/static/toolstrip.html
|
| index 636c37eb4be13c1b2c7589f9e381425fdc10f33f..faf0a59fb15d6f6703a612c837418a7f3bf05985 100755
|
| --- a/chrome/common/extensions/docs/static/toolstrip.html
|
| +++ b/chrome/common/extensions/docs/static/toolstrip.html
|
| @@ -35,7 +35,7 @@ you can do with toolstrips.
|
| <h2>Debugging tips</h2>
|
|
|
| <ul>
|
| -<li>You can right click on a toolstrip to get a web inspector.</li>
|
| +<li>You can bring up the web inspector for a toolstrip by going to chrome://extensions and clicking on the 'inspect' link. This includes a javascript console as well as a debugger.</li>
|
| <li>alert(), prompt(), and confirm() don't work yet. Sorry about that.</li>
|
| <li>You can run toolstrips in the main content area by loading their URL, which would be something like chrome-extension://0000000000000000000000000000000000000000/my_toolstrip.html</li>
|
| </ul>
|
|
|