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

Unified 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: pageAction/pageaction_by_url Created 9 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
Index: chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/devtools.html
diff --git a/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/devtools.html b/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/devtools.html
index c05c2edeb5c3fee8349f4099bc9e1f6a5902e568..eb969a385031b52ef108643bc621029a43e6b9f6 100644
--- a/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/devtools.html
+++ b/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/devtools.html
@@ -1,4 +1,10 @@
+<!doctype html>
<html>
-<script src="devtools.js"></script>
-<body></body>
+ <head>
+ <title>Devtools Page</title>
+ <script src="devtools.js"></script>
+ <script src="./background.js" type="text/javascript"></script>
+ </head>
+ <body>
+ </body>
</html>

Powered by Google App Engine
This is Rietveld 408576698