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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/local_ntp/most_visited_single.html
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.html b/chrome/browser/resources/local_ntp/most_visited_single.html
index bca6ff9ed6dc59b0a5bb57f6271f55a89ffa8b77..9c20f45e8ee833b0d61370acdb92f399d993e148 100644
--- a/chrome/browser/resources/local_ntp/most_visited_single.html
+++ b/chrome/browser/resources/local_ntp/most_visited_single.html
@@ -1,9 +1,13 @@
-<!DOCTYPE html>
+<!doctype html>
huangs 2015/03/19 23:45:01 Apparently DOCTYPE is more compatible (some XML is
<html>
+<!-- Copyright 2015 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file. -->
<head>
<base target="_top">
<meta charset="utf-8">
- <link rel="stylesheet" href="single.css">
+ <link rel="stylesheet" type="text/css" href="single.css">
+ <style type="text/css" id="custom-theme"></style>
<script src="single.js"></script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698