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

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

Issue 14685004: Add finch flag for rendering a recently closed link on the local ntp. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Respond to comments. Created 7 years, 7 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>
2 <html> 2 <html>
3 <!-- Copyright 2013 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. --> 5 found in the LICENSE file. -->
6 <head> 6 <head>
7 <!-- Placeholder title until http://crbug/196415 is resolved. --> 7 <!-- Placeholder title until http://crbug/196415 is resolved. -->
8 <title>New Tab</title> 8 <title>New Tab</title>
9 <script src="chrome-search://local-ntp/local-ntp.js"></script> 9 <script src="chrome-search://local-ntp/local-ntp.js"></script>
10 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link> 10 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
(...skipping 11 matching lines...) Expand all
22 <div id="mv-notice" class="mv-notice-hide"> 22 <div id="mv-notice" class="mv-notice-hide">
23 <span id="mv-msg"></span> 23 <span id="mv-msg"></span>
24 <!-- Links in the notification. --> 24 <!-- Links in the notification. -->
25 <span id="mv-notice-links"> 25 <span id="mv-notice-links">
26 <span id="mv-undo"></span> 26 <span id="mv-undo"></span>
27 <span id="mv-restore"></span> 27 <span id="mv-restore"></span>
28 <button id="mv-notice-x" class="mv-x"></button> 28 <button id="mv-notice-x" class="mv-x"></button>
29 </span> 29 </span>
30 </div> 30 </div>
31 </div> 31 </div>
32 <div id="attribution"></div> 32 <div id="footer">
33 <div id="attribution">
34 <div id="attribution-text"></div>
35 </div>
36 </div>
33 </div> 37 </div>
34 </body> 38 </body>
35 </html> 39 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698