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

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

Issue 385135: Tweaks for promo messages on NTP (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 firstview:firstview;
5 bookmarkbarattached:bookmarkbarattached; 4 bookmarkbarattached:bookmarkbarattached;
6 hasattribution:hasattribution; 5 hasattribution:hasattribution;
7 anim:anim; 6 anim:anim;
8 syncispresent:syncispresent; 7 syncispresent:syncispresent;
9 showsetashomepage:showsetashomepage"> 8 showsetashomepage:showsetashomepage">
10 9
11 <meta charset="utf-8"> 10 <meta charset="utf-8">
12 <title i18n-content="title"></title> 11 <title i18n-content="title"></title>
13 <script> 12 <script>
14 // Logging info for benchmarking purposes. 13 // Logging info for benchmarking purposes.
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 284
286 </div> <!-- main --> 285 </div> <!-- main -->
287 286
288 <div class="window-menu" id="window-tooltip"></div> 287 <div class="window-menu" id="window-tooltip"></div>
289 288
290 </body> 289 </body>
291 <script src="i18n_template.js"></script> 290 <script src="i18n_template.js"></script>
292 <script src="local_strings.js"></script> 291 <script src="local_strings.js"></script>
293 <script src="new_new_tab.js"></script> 292 <script src="new_new_tab.js"></script>
294 </html> 293 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698