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

Unified Diff: chrome/common/extensions/docs/static/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 | « no previous file | chrome/common/extensions/docs/toolstrip.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/common/extensions/docs/toolstrip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698