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

Side by Side Diff: chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/devtools.html

Issue 8309001: Adding `content_security_policy` to a few sample extensions. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: License and whitespace. Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!doctype html>
1 <html> 2 <html>
2 <script src="devtools.js"></script> 3 <head>
3 <body></body> 4 <title>Devtools Page</title>
5 <script src="devtools.js"></script>
6 <script src="./background.js" type="text/javascript"></script>
7 </head>
8 <body>
9 </body>
4 </html> 10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698