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

Unified Diff: chrome/browser/resources/local_ntp/most_visited_single.html

Issue 997203003: Adds a new NTP endpoint for the single frame of the fast NTP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/local_ntp/most_visited_single.html
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.html b/chrome/browser/resources/local_ntp/most_visited_single.html
new file mode 100644
index 0000000000000000000000000000000000000000..bca6ff9ed6dc59b0a5bb57f6271f55a89ffa8b77
--- /dev/null
+++ b/chrome/browser/resources/local_ntp/most_visited_single.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <base target="_top">
+ <meta charset="utf-8">
+ <link rel="stylesheet" href="single.css">
+ <script src="single.js"></script>
+</head>
+<body>
+ <div id="most-visited">
+ <div id="mv-tiles"></div>
+ </div>
+</body>
+</html>
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_single.css ('k') | chrome/browser/resources/local_ntp/most_visited_single.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698