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

Unified Diff: chrome/browser/resources/print_preview/metrics.js

Issue 189623004: UMA Histograms for Register Promos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/metrics.js
diff --git a/chrome/browser/resources/print_preview/metrics.js b/chrome/browser/resources/print_preview/metrics.js
index 5d7e08033e0284fd12ca3c374a5a5172e0e32bc3..ef81ecbc929de837fe78e6abf1f18ce0b4838246 100644
--- a/chrome/browser/resources/print_preview/metrics.js
+++ b/chrome/browser/resources/print_preview/metrics.js
@@ -46,7 +46,11 @@ cr.define('print_preview', function() {
PRIVET_DUPLICATE_SELECTED: 5,
// Used when a user selects the cloud printer in a pair of duplicate
// privet and cloud printers.
- CLOUD_DUPLICATE_SELECTED: 6
+ CLOUD_DUPLICATE_SELECTED: 6,
+ // Used when a user sees a register promo for a cloud print printer.
+ REGISTER_PROMO_SHOWN: 7,
+ // Used when a user selects a register promo for a cloud print printer.
+ REGISTER_PROMO_SELECTED: 8
};
/**
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698