Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(745)

Unified Diff: chrome/common/extensions/docs/toolstrip.html

Issue 270004: Fix debugging tip in toolstrip docs. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/toolstrip.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/common/extensions/docs/static/toolstrip.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698