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

Unified 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, 6 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
« no previous file with comments | « apps/metrics_names.h ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8e81efe0e91ef8685921c2d092849e13ca98d84f..78d921c4d64d5c40768e56420273bcc2282ac6a4 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -96,7 +96,8 @@
<div id="app-launcher-promo" hidden>
<div class="apps-promo-text" i18n-content="appsPromoTitle"></div>
<a href="https://chrome.google.com/webstore/launcher"
- class="apps-promo-learn-more" i18n-content="learn_more">
+ id="apps-promo-learn-more" class="apps-promo-learn-more"
+ i18n-content="learn_more">
</a>
<img src="app_launcher_promo.png">
<button class="close-button custom-appearance"
« 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