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

Side by Side Diff: chrome/test/data/extensions/samples/youtube_popular/latest_yt_popular_video.html

Issue 386023: Remove the last of the old samples. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="styles.css">
4 <script type="text/javascript" src="map.js"></script>
5 <script type="text/javascript" src="manage_video.js"></script>
6 </head>
7 <body onload="start()" onclick="showYTLatest()">
8 <div>
9 <img src="youtube.png" style="width:24; height:24">
10 <span>Popular on YouTube<span style="display: inline-block;"
11 id="newCount"></span>
12 </div>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698