| 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>
|
|
|