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

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

Issue 10928174: More Gmail Checker fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update zip Created 8 years, 3 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/gmail/background.html
diff --git a/chrome/common/extensions/docs/examples/extensions/gmail/background.html b/chrome/common/extensions/docs/examples/extensions/gmail/background.html
index 054b9ef314e3de58b0aff412a8796a350e64e012..d7aa811804cf7387f365c77723ea61954190cb00 100644
--- a/chrome/common/extensions/docs/examples/extensions/gmail/background.html
+++ b/chrome/common/extensions/docs/examples/extensions/gmail/background.html
@@ -1,10 +1,3 @@
-<html>
-<head>
-<script src="background.js"></script>
-</head>
-<body>
<img id="logged_in" src="gmail_logged_in.png">
<canvas id="canvas" width="19" height="19">
-</body>
-</html>
-
+<script src="background.js"></script>

Powered by Google App Engine
This is Rietveld 408576698