| Index: chrome/common/extensions/docs/toolstrip.html
|
| diff --git a/chrome/common/extensions/docs/toolstrip.html b/chrome/common/extensions/docs/toolstrip.html
|
| index 33858f05b3a8a3ae04f25ee4ed50d2720bdf7b32..77926160d3471dc66824026de7f58bfcd631e706 100755
|
| --- a/chrome/common/extensions/docs/toolstrip.html
|
| +++ b/chrome/common/extensions/docs/toolstrip.html
|
| @@ -253,7 +253,7 @@ you can do with toolstrips.
|
| <a name="H2-2"></a><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>
|
|
|