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

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

Issue 19054012: Reload Local NTP on default search provider change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 7 years, 5 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 | Annotate | Revision Log
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 <script src="chrome-search://local-ntp/translated-strings.js"></script> 7 <script src="chrome-search://local-ntp/load-time-data.js"></script>
samarth 2013/07/12 17:16:06 load-time-data makes me think this has something t
kmadhusu 2013/07/15 22:21:51 Done.
8 <script src="chrome-search://local-ntp/local-ntp.js"></script> 8 <script src="chrome-search://local-ntp/local-ntp.js"></script>
9 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link> 9 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
10 <meta name="google" value="notranslate"> 10 <meta name="google" value="notranslate">
11 </head> 11 </head>
12 <body> 12 <body>
13 <div id="ntp-contents"> 13 <div id="ntp-contents">
14 <div id="most-visited"> 14 <div id="most-visited">
15 <div id="mv-tiles"></div> 15 <div id="mv-tiles"></div>
16 <!-- Notification shown when a tile is blacklisted. --> 16 <!-- Notification shown when a tile is blacklisted. -->
17 <div id="mv-notice" class="mv-notice-hide"> 17 <div id="mv-notice" class="mv-notice-hide">
18 <span id="mv-msg"></span> 18 <span id="mv-msg"></span>
19 <!-- Links in the notification. --> 19 <!-- Links in the notification. -->
20 <span id="mv-notice-links"> 20 <span id="mv-notice-links">
21 <span id="mv-undo" tabIndex="1"></span> 21 <span id="mv-undo" tabIndex="1"></span>
22 <span id="mv-restore" tabIndex="1"></span> 22 <span id="mv-restore" tabIndex="1"></span>
23 <button id="mv-notice-x" tabIndex="1" class="mv-x"></button> 23 <button id="mv-notice-x" tabIndex="1" class="mv-x"></button>
24 </span> 24 </span>
25 </div> 25 </div>
26 </div> 26 </div>
27 <div id="attribution"><div id="attribution-text"></div></div> 27 <div id="attribution"><div id="attribution-text"></div></div>
28 </div> 28 </div>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.js » ('j') | chrome/browser/resources/local_ntp/local_ntp.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698