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

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

Issue 7662001: ntp4: remove apps promo 'no, thanks' link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rbyers review Created 9 years, 4 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
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 <head> 7 <head>
8 <meta charset="utf-8"> 8 <meta charset="utf-8">
9 <title i18n-content="title"></title> 9 <title i18n-content="title"></title>
10 <!-- Don't scale the viewport in either portrait or landscape mode. 10 <!-- Don't scale the viewport in either portrait or landscape mode.
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 <span i18n-content="trashLabel"></span> 97 <span i18n-content="trashLabel"></span>
98 </div> 98 </div>
99 </div> 99 </div>
100 </div> 100 </div>
101 </body> 101 </body>
102 102
103 <!-- Apps promo. --> 103 <!-- Apps promo. -->
104 <div id="apps-promo-extras-template" class="apps-promo-extras" hidden> 104 <div id="apps-promo-extras-template" class="apps-promo-extras" hidden>
105 <h3 class="apps-promo-heading"></h3> 105 <h3 class="apps-promo-heading"></h3>
106 <a class="apps-promo-link g-button-basic"><a/> 106 <a class="apps-promo-link g-button-basic"><a/>
107 <a class="apps-promo-hide link-color" href="#"><a/>
108 </div> 107 </div>
109 </html> 108 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.js ('k') | chrome/browser/ui/webui/ntp/app_launcher_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698