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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html>
2 <head>
3 <script src="background.js"></script>
4 </head>
5 <body>
6 <img id="logged_in" src="gmail_logged_in.png"> 1 <img id="logged_in" src="gmail_logged_in.png">
7 <canvas id="canvas" width="19" height="19"> 2 <canvas id="canvas" width="19" height="19">
8 </body> 3 <script src="background.js"></script>
9 </html>
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698