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

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: License and whitespace. 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
deleted file mode 100644
index 1a20c4298b5facae7370566693c39b6e665eb64b..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/api/notifications/error.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!--
- An error page for browsers that don't implement notifications.
-
- Copyright 2010 the Chromium Authors
-
- Use of this source code is governed by a BSD-style license that can be found
- in the "LICENSE" file.
-
- 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>

Powered by Google App Engine
This is Rietveld 408576698