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

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

Issue 12840003: Implement local NTP for fallback. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Rebase again Created 7 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/local_ntp.html
diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp.html
new file mode 100644
index 0000000000000000000000000000000000000000..157e1dae28a93fae6f11a9eacd422b37fb872d9e
--- /dev/null
+++ b/chrome/browser/resources/local_ntp/local_ntp.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+<!-- Copyright 2013 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file.
+-->
+<head>
+ <script src="chrome-search://local-ntp/local-ntp.js"></script>
samarth 2013/03/15 22:14:30 Does just //local-ntp/... work?
jeremycho 2013/03/16 00:09:56 I get a failed to open exception. On 2013/03/15 22
+ <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
+</head>
+<body>
+ <div id="top-margin"></div>
+ <div id="most-visited">
+ <div id="mv-tiles"></div>
+ <div id="mv-noti" class="mv-noti-hide">
+ <span id="mv-msg"></span>
+ <span id="mv-noti-lks">
+ <span id="mv-undo"></span>
+ <span id="mv-restore"></span>
+ <button id="mv-noti-x" class="mv-x"></button>
+ </span>
+ </div>
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698