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

Unified Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 10141005: switch ntp to jstemplate v2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update test Created 8 years, 8 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/ntp4/new_tab.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index f698ec2ea9f5d6fff774fbacd207800196532772..085c73d74b8327a98de5b283e43d200f60d2df43 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -36,7 +36,7 @@
<link id="themecss" rel="stylesheet">
<script src="../shared/js/event_tracker.js"></script>
-<script src="../shared/js/local_strings.js"></script>
+<script src="../shared/js/load_time_data.js"></script>
<script src="../shared/js/parse_html_subset.js"></script>
<script src="../shared/js/util.js"></script>
@@ -141,7 +141,7 @@
<!-- NTP4 intro bubble -->
<div id="ntp4-intro-bubble-contents">
- <div i18n-content="ntp4_intro_message"></div>
+ <div></div>
<a i18n-content="learn_more" target="_blank"></a>
</div>
@@ -149,8 +149,8 @@
<div id="login-status-bubble-contents">
<div id="login-status-message-container">
<span i18n-content="login_status_message"></span>
- <a id="login-status-learn-more" i18n-content="login_status_learn_more"
- target="_blank"></a>
+ <a id="login-status-learn-more" i18n-content="learn_more"
+ i18n-values="href:login_status_url" target="_blank"></a>
</div>
<div class="login-status-row">
<div id="login-status-advanced-container">

Powered by Google App Engine
This is Rietveld 408576698