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

Side by Side Diff: chrome/browser/resources/local_ntp/most_visited_single.html

Issue 997203003: Adds a new NTP endpoint for the single frame of the fast NTP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <base target="_top">
5 <meta charset="utf-8">
6 <link rel="stylesheet" href="single.css">
7 <script src="single.js"></script>
8 </head>
9 <body>
10 <div id="most-visited">
huangs 2015/03/11 18:45:32 NIT: indentation.
fserb 2015/03/11 19:02:30 Done.
11 <div id="mv-tiles"></div>
12 </div>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698