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

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

Issue 12985002: Add a new App launcher promo to the apps page / NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OWNERS review round 4. Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.css ('k') | 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 themegravity:themegravity; 5 themegravity:themegravity;
6 bookmarkbarattached:bookmarkbarattached;" 6 bookmarkbarattached:bookmarkbarattached;"
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 <div id="page-list"></div> 86 <div id="page-list"></div>
87 <button id="page-switcher-end" class="page-switcher custom-appearance" 87 <button id="page-switcher-end" class="page-switcher custom-appearance"
88 tabindex="2" hidden>› 88 tabindex="2" hidden>›
89 </button> 89 </button>
90 <div id="attribution"> 90 <div id="attribution">
91 <span i18n-content="attributionintro"></span> 91 <span i18n-content="attributionintro"></span>
92 <img id="attribution-img"> 92 <img id="attribution-img">
93 </div> 93 </div>
94 </div> 94 </div>
95 95
96 <div id="app-launcher-promo" hidden>
97 <div class="apps-promo-text" i18n-content="appsPromoTitle"></div>
98 <a href="https://chrome.google.com/webstore/launcher"
99 class="apps-promo-learn-more" i18n-content="learn_more">
100 </a>
101 <img src="app_launcher_promo.png">
102 <button class="close-button custom-appearance"
103 id="app-launcher-promo-close-button">
104 </button>
105 </div>
106
96 <div id="footer"> 107 <div id="footer">
97 <div id="footer-border"></div> 108 <div id="footer-border"></div>
98 <div id="footer-content"> 109 <div id="footer-content">
99 <div id="logo-img"> 110 <div id="logo-img">
100 <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO"> 111 <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO">
101 <div id="promo-bubble-anchor"></div> 112 <div id="promo-bubble-anchor"></div>
102 </div> 113 </div>
103 114
104 <ul id="dot-list"> 115 <ul id="dot-list">
105 </ul> 116 </ul>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 </a> 197 </a>
187 </p> 198 </p>
188 </div> 199 </div>
189 200
190 </div> 201 </div>
191 202
192 <!-- This is used to measure text in the current locale. It is not visible. --> 203 <!-- This is used to measure text in the current locale. It is not visible. -->
193 <div id="fontMeasuringDiv"></div> 204 <div id="fontMeasuringDiv"></div>
194 205
195 </html> 206 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698