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

Unified Diff: chrome/browser/resources/local_ntp/local_ntp_fast.html

Issue 997223003: New fast NTP that uses a single iframe (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/local_ntp_fast.html
diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp_fast.html
similarity index 84%
copy from chrome/browser/resources/local_ntp/local_ntp.html
copy to chrome/browser/resources/local_ntp/local_ntp_fast.html
index 3655bd391d84b95fc282152e1c3d6affb3318c66..2b3e1e4f7a300ed7f693f1673da9c2b7d883d43d 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.html
+++ b/chrome/browser/resources/local_ntp/local_ntp_fast.html
@@ -1,6 +1,6 @@
<!doctype html>
<html>
-<!-- Copyright 2013 The Chromium Authors. All rights reserved.
+<!-- 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>
@@ -11,7 +11,7 @@
<meta name="google" value="notranslate">
</head>
<body>
- <div id="ntp-contents" class="des-mat">
+ <div id="ntp-contents">
<div id="most-visited">
<div id="mv-tiles"></div>
<!-- Notification shown when a tile is blacklisted. -->
@@ -21,7 +21,7 @@
<span id="mv-notice-links">
<span id="mv-undo" tabIndex="1"></span>
<span id="mv-restore" tabIndex="1"></span>
- <div id="mv-notice-x" tabIndex="1" class="mv-x"></div>
+ <div id="mv-notice-x" tabIndex="1"></div>
</span>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698