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

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

Issue 1011393004: Fast NTP support for themes, dark themes, favicons. (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
1 <!DOCTYPE html> 1 <!doctype html>
huangs 2015/03/19 23:45:01 Apparently DOCTYPE is more compatible (some XML is
2 <html> 2 <html>
3 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. -->
3 <head> 6 <head>
4 <base target="_top"> 7 <base target="_top">
5 <meta charset="utf-8"> 8 <meta charset="utf-8">
6 <link rel="stylesheet" href="single.css"> 9 <link rel="stylesheet" type="text/css" href="single.css">
10 <style type="text/css" id="custom-theme"></style>
7 <script src="single.js"></script> 11 <script src="single.js"></script>
8 </head> 12 </head>
9 <body> 13 <body>
10 <div id="most-visited"> 14 <div id="most-visited">
11 <div id="mv-tiles"></div> 15 <div id="mv-tiles"></div>
12 </div> 16 </div>
13 </body> 17 </body>
14 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698