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

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

Issue 17226003: Add metrics for interactions with the Apps Launcher promo dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed gyp file. :-/ Created 7 years, 5 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 | « apps/metrics_names.h ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
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> 96 <div id="app-launcher-promo" hidden>
97 <div class="apps-promo-text" i18n-content="appsPromoTitle"></div> 97 <div class="apps-promo-text" i18n-content="appsPromoTitle"></div>
98 <a href="https://chrome.google.com/webstore/launcher" 98 <a href="https://chrome.google.com/webstore/launcher"
99 class="apps-promo-learn-more" i18n-content="learn_more"> 99 id="apps-promo-learn-more" class="apps-promo-learn-more"
100 i18n-content="learn_more">
100 </a> 101 </a>
101 <img src="app_launcher_promo.png"> 102 <img src="app_launcher_promo.png">
102 <button class="close-button custom-appearance" 103 <button class="close-button custom-appearance"
103 id="app-launcher-promo-close-button"> 104 id="app-launcher-promo-close-button">
104 </button> 105 </button>
105 </div> 106 </div>
106 107
107 <div id="footer"> 108 <div id="footer">
108 <div id="footer-border"></div> 109 <div id="footer-border"></div>
109 <div id="footer-content"> 110 <div id="footer-content">
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 </a> 198 </a>
198 </p> 199 </p>
199 </div> 200 </div>
200 201
201 </div> 202 </div>
202 203
203 <!-- This is used to measure text in the current locale. It is not visible. --> 204 <!-- This is used to measure text in the current locale. It is not visible. -->
204 <div id="fontMeasuringDiv"></div> 205 <div id="fontMeasuringDiv"></div>
205 206
206 </html> 207 </html>
OLDNEW
« no previous file with comments | « apps/metrics_names.h ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698