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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 8776054: [ntp4] Set login_status_url dynamically to prevent a javascript console warning. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « no previous file | chrome/browser/resources/ntp4/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 hasattribution:hasattribution; 4 hasattribution:hasattribution;
5 customlogo:customlogo; 5 customlogo:customlogo;
6 themegravity:themegravity;" 6 themegravity:themegravity;"
7 class="starting-up"> 7 class="starting-up">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 <div id="ntp4-intro-bubble-contents" hidden> 116 <div id="ntp4-intro-bubble-contents" hidden>
117 <div i18n-content="ntp4_intro_message"></div> 117 <div i18n-content="ntp4_intro_message"></div>
118 <a i18n-content="learn_more" target="_blank"></a> 118 <a i18n-content="learn_more" target="_blank"></a>
119 </div> 119 </div>
120 120
121 <!-- Login status bubble --> 121 <!-- Login status bubble -->
122 <div id="login-status-bubble-contents" hidden> 122 <div id="login-status-bubble-contents" hidden>
123 <div id="login-status-message-container"> 123 <div id="login-status-message-container">
124 <span i18n-content="login_status_message"></span> 124 <span i18n-content="login_status_message"></span>
125 <a id="login-status-learn-more" i18n-content="login_status_learn_more" 125 <a id="login-status-learn-more" i18n-content="login_status_learn_more"
126 i18n-values="href:login_status_url" target="_blank"></a> 126 target="_blank"></a>
127 </div> 127 </div>
128 <div id="login-status-action-area"> 128 <div id="login-status-action-area">
129 <div id="login-status-advanced-container"> 129 <div id="login-status-advanced-container">
130 <a id="login-status-advanced" 130 <a id="login-status-advanced"
131 i18n-content="login_status_advanced" href="#"></a> 131 i18n-content="login_status_advanced" href="#"></a>
132 </div> 132 </div>
133 <button id="login-status-dismiss" i18n-content="login_status_dismiss"> 133 <button id="login-status-dismiss" i18n-content="login_status_dismiss">
134 </button> 134 </button>
135 </div> 135 </div>
136 </div> 136 </div>
(...skipping 17 matching lines...) Expand all
154 <div class="app-icon-div"> 154 <div class="app-icon-div">
155 <div class="app-img-container"> 155 <div class="app-img-container">
156 <img class="invisible"> 156 <img class="invisible">
157 </div> 157 </div>
158 <div class="color-stripe"></div> 158 <div class="color-stripe"></div>
159 </div> 159 </div>
160 <span class="title"></span> 160 <span class="title"></span>
161 </div> 161 </div>
162 162
163 </html> 163 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698