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

Unified Diff: chrome/common/extensions/docs/examples/extensions/calendar/views/background.html

Issue 890173003: Replace the sample Calendar extension with a deprecation notice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 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/extensions/calendar/views/background.html
diff --git a/chrome/common/extensions/docs/examples/extensions/calendar/views/background.html b/chrome/common/extensions/docs/examples/extensions/calendar/views/background.html
deleted file mode 100644
index d55b814318052ec2d060845873f2c8c7c6d8a66f..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/extensions/calendar/views/background.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<!--
- * Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this
- * source code is governed by a BSD-style license that can be found in the
- * LICENSE file.
--->
-<html>
- <head>
- </head>
- <body>
- <img id="logged_in" src="../images/icon-16.gif">
- <canvas id="canvas" width="19" height="19"></canvas>
- <script src="../javascript/util.js"></script>
- <script src="../javascript/background.js"></script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698