diff options
author | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 15:39:45 +0000 |
---|---|---|
committer | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 15:39:45 +0000 |
commit | 174aa57bb3d0d602860619116a9a03d800dfb9c0 (patch) | |
tree | 40bdb4c31f1282891165ca83be4685e7e037f7bc | |
parent | ba499a0470bc949114850505f1169201fd9d82db (diff) | |
download | chromium_src-174aa57bb3d0d602860619116a9a03d800dfb9c0.zip chromium_src-174aa57bb3d0d602860619116a9a03d800dfb9c0.tar.gz chromium_src-174aa57bb3d0d602860619116a9a03d800dfb9c0.tar.bz2 |
Fix debugging tip in toolstrip docs.
BUG=23696
TBR=rafaelw
Review URL: http://codereview.chromium.org/270004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28253 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | chrome/common/extensions/docs/static/toolstrip.html | 2 | ||||
-rwxr-xr-x | chrome/common/extensions/docs/toolstrip.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/toolstrip.html b/chrome/common/extensions/docs/static/toolstrip.html index 636c37e..faf0a59 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> diff --git a/chrome/common/extensions/docs/toolstrip.html b/chrome/common/extensions/docs/toolstrip.html index 33858f0..7792616 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> |