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

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

Issue 4996001: Adding anujb's calendar extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions
Patch Set: Created 10 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 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
new file mode 100644
index 0000000000000000000000000000000000000000..b90a41b9eb3b51158689c8f5c55f18511989720a
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/extensions/calendar/views/background.html
@@ -0,0 +1,16 @@
+<!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>
+ <script src="../javascript/util.js"></script>
+ <script src="../javascript/background.js"></script>
+ </head>
+ <body>
+ <img id="logged_in" src="../images/icon-16.gif">
+ <canvas id="canvas" width="19" height="19"></canvas>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698