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

Side by Side Diff: trunk/src/chrome/browser/resources/ntp_android/new_tab.html

Issue 264543002: Revert 267095 "Remove WebUI NTP on Android." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0, 5 <meta name="viewport" content="width=device-width, initial-scale=1.0,
6 maximum-scale=1.0, user-scalable=no"> 6 maximum-scale=1.0, user-scalable=no">
7 <title i18n-content="title"></title> 7 <title i18n-content="title"></title>
8 <link rel="stylesheet" href="ntp_android.css"> 8 <link rel="stylesheet" href="ntp_android.css">
9 <link rel="stylesheet" href="bookmarks.css"> 9 <link rel="stylesheet" href="bookmarks.css">
10 <link rel="stylesheet" href="bookmarks_tablet.css"> 10 <link rel="stylesheet" href="bookmarks_tablet.css">
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 </div> 70 </div>
71 </div> 71 </div>
72 </div> 72 </div>
73 </body> 73 </body>
74 <script src="../../../../ui/webui/resources/js/i18n_template.js"></script> 74 <script src="../../../../ui/webui/resources/js/i18n_template.js"></script>
75 <script src="../../../../ui/webui/resources/js/util.js"></script> 75 <script src="../../../../ui/webui/resources/js/util.js"></script>
76 <script> 76 <script>
77 i18nTemplate.process(document, templateData); 77 i18nTemplate.process(document, templateData);
78 </script> 78 </script>
79 </html> 79 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698