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

Unified Diff: chrome/browser/chromeos/first_run/step_names.cc

Issue 131023003: Added UMA metrics for ChromeOS first-run UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « chrome/browser/chromeos/first_run/step.cc ('k') | chrome/browser/chromeos/first_run/steps/app_list_step.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/first_run/step_names.cc
diff --git a/chrome/browser/chromeos/first_run/step_names.cc b/chrome/browser/chromeos/first_run/step_names.cc
index 8c2352652a83783e3205d643fd240385beb51017..9a86885f0688873c35b7619c8253c7f53c948b6d 100644
--- a/chrome/browser/chromeos/first_run/step_names.cc
+++ b/chrome/browser/chromeos/first_run/step_names.cc
@@ -7,6 +7,11 @@
namespace chromeos {
namespace first_run {
+// This values should be synced with ids of corresponding steps in HTML-side.
+// Also there are metric recording how much time user spent on every step.
+// Metric's name has format "CrosFirstRun.TimeSpentOnStep[StepName]", where
+// |StepName| is camel-cased version of |step-name|. Corresponding record
+// should be added to "histograms.xml" file for every step listed here.
const char kAppListStep[] = "app-list";
const char kTrayStep[] = "tray";
const char kHelpStep[] = "help";
« no previous file with comments | « chrome/browser/chromeos/first_run/step.cc ('k') | chrome/browser/chromeos/first_run/steps/app_list_step.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698