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

Unified Diff: chrome/common/extensions/docs/examples/api/notifications/error.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/notifications/error.html
diff --git a/chrome/common/extensions/docs/examples/api/notifications/error.html b/chrome/common/extensions/docs/examples/api/notifications/error.html
index 1a20c4298b5facae7370566693c39b6e665eb64b..5ec0b85d5c8cf9ca91a71e36df942857294febd2 100644
--- a/chrome/common/extensions/docs/examples/api/notifications/error.html
+++ b/chrome/common/extensions/docs/examples/api/notifications/error.html
@@ -8,34 +8,21 @@
Brian Kennish <bkennish@chromium.org>
-->
-<title>Notification Demo</title>
-<style>
- /* Clone the look and feel of "chrome://" pages. */
- body {
- margin: 10px;
- font: 84% Arial, sans-serif
- }
-
- h1 { font-size: 156% }
-
- h1 img {
- margin: 1px 5px 0 1px;
- vertical-align: middle
- }
-
- h2 {
- border-top: 1px solid #9cc2ef;
- background-color: #ebeff9;
- padding: 3px 5px;
- font-size: 100%
- }
-</style>
-<h1>
- <img src="64.png" alt="Toast">
- Notification Demo
-</h1>
-<h2>Error</h2>
-<p>
- Desktop notifications are supported only by Google Chrome 4 and up on Windows
- and Google Chrome 5 and up on the Mac and Linux.
-</p>
+<!doctype html>
+<html>
+ <head>
+ <title>Notification Demo</title>
+ <link href="style.css" rel="stylesheet" type="text/css">
+ </head>
+ <body>
+ <h1>
+ <img src="64.png" alt="Toast">
+ Notification Demo
+ </h1>
+ <h2>Error</h2>
+ <p>
+ Desktop notifications are supported only by Google Chrome 4 and up on Windows
+ and Google Chrome 5 and up on the Mac and Linux.
Boris Smus 2011/10/18 21:51:38 Seems irrelevant.
Mike West 2011/10/19 09:43:57 Done.
+ </p>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698