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

Issue 131023003: Added UMA metrics for ChromeOS first-run UI. (Closed)

Created:
6 years, 11 months ago by dzhioev (left Google)
Modified:
6 years, 11 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, Ilya Sherman, asvitkine+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, jar (doing other things)
Visibility:
Public.

Description

Added UMA metrics for ChromeOS first-run UI. Added following metrics: * CrosFirstRun.DialogShown * CrosFirstRun.FurthestStep * CrosFirstRun.TimeSpent * CrosFirstRun.TimeSpentOnStepAppList * CrosFirstRun.TimeSpentOnStepHelp * CrosFirstRun.TimeSpentOnStepTray * CrosFirstRun.TutorialCompletion * CrosFirstRun.TutorialLaunched BUG=269291 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245212

Patch Set 1 #

Total comments: 5

Patch Set 2 : Comments addressed. #

Patch Set 3 : #

Total comments: 23

Patch Set 4 : Comments addressed. #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -20 lines) Patch
M chrome/browser/chromeos/extensions/first_run_private_api.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/first_run/first_run.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/first_run/first_run_controller.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/first_run/first_run_controller.cc View 1 2 3 7 chunks +24 lines, -3 lines 0 comments Download
A chrome/browser/chromeos/first_run/metrics.h View 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/first_run/step.h View 2 chunks +21 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/first_run/step.cc View 1 2 3 2 chunks +52 lines, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/step_names.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/first_run/steps/app_list_step.h View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/steps/app_list_step.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/steps/help_step.h View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/first_run/steps/help_step.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/first_run/steps/tray_step.h View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/steps/tray_step.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 3 chunks +46 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
dzhioev (left Google)
Hi, please review ygorshenin@: chrome/browser/chromeos/first_run/* asvitkine@: histograms.xml finnur@: first_run_private_api.cc
6 years, 11 months ago (2014-01-13 15:01:18 UTC) #1
Finnur
first_run_private_api.cc lgtm
6 years, 11 months ago (2014-01-13 15:42:16 UTC) #2
dzhioev (left Google)
Forgot to add reviewers
6 years, 11 months ago (2014-01-14 14:31:23 UTC) #3
ygorshenin1
https://codereview.chromium.org/131023003/diff/1/chrome/browser/chromeos/first_run/first_run_controller.cc File chrome/browser/chromeos/first_run/first_run_controller.cc (right): https://codereview.chromium.org/131023003/diff/1/chrome/browser/chromeos/first_run/first_run_controller.cc#newcode69 chrome/browser/chromeos/first_run/first_run_controller.cc:69: start_time_(base::Time::Now()) {} Please, move initialization of start_time_ to Init(). ...
6 years, 11 months ago (2014-01-15 09:34:24 UTC) #4
dzhioev (left Google)
https://codereview.chromium.org/131023003/diff/1/chrome/browser/chromeos/first_run/first_run_controller.cc File chrome/browser/chromeos/first_run/first_run_controller.cc (right): https://codereview.chromium.org/131023003/diff/1/chrome/browser/chromeos/first_run/first_run_controller.cc#newcode69 chrome/browser/chromeos/first_run/first_run_controller.cc:69: start_time_(base::Time::Now()) {} On 2014/01/15 09:34:25, ygorshenin1 wrote: > Please, ...
6 years, 11 months ago (2014-01-15 13:50:59 UTC) #5
Alexei Svitkine (slow)
https://codereview.chromium.org/131023003/diff/1/chrome/browser/chromeos/first_run/steps/tray_step.h File chrome/browser/chromeos/first_run/steps/tray_step.h (right): https://codereview.chromium.org/131023003/diff/1/chrome/browser/chromeos/first_run/steps/tray_step.h#newcode20 chrome/browser/chromeos/first_run/steps/tray_step.h:20: virtual void DoShow() OVERRIDE; Nit: DISALLOW_COPY_AND_ASSIGN()? https://codereview.chromium.org/131023003/diff/120001/chrome/browser/chromeos/first_run/first_run.cc File chrome/browser/chromeos/first_run/first_run.cc ...
6 years, 11 months ago (2014-01-15 16:02:37 UTC) #6
dzhioev (left Google)
https://codereview.chromium.org/131023003/diff/120001/chrome/browser/chromeos/first_run/first_run.cc File chrome/browser/chromeos/first_run/first_run.cc (right): https://codereview.chromium.org/131023003/diff/120001/chrome/browser/chromeos/first_run/first_run.cc#newcode105 chrome/browser/chromeos/first_run/first_run.cc:105: UMA_HISTOGRAM_COUNTS("CrosFirstRun.TutorialLaunched", 1); On 2014/01/15 16:02:38, Alexei Svitkine wrote: > ...
6 years, 11 months ago (2014-01-15 22:12:54 UTC) #7
Alexei Svitkine (slow)
LGTM % my comments below https://codereview.chromium.org/131023003/diff/120001/chrome/browser/chromeos/first_run/first_run.cc File chrome/browser/chromeos/first_run/first_run.cc (right): https://codereview.chromium.org/131023003/diff/120001/chrome/browser/chromeos/first_run/first_run.cc#newcode105 chrome/browser/chromeos/first_run/first_run.cc:105: UMA_HISTOGRAM_COUNTS("CrosFirstRun.TutorialLaunched", 1); On 2014/01/15 ...
6 years, 11 months ago (2014-01-15 22:21:36 UTC) #8
dzhioev (left Google)
https://codereview.chromium.org/131023003/diff/120001/chrome/browser/chromeos/first_run/first_run.cc File chrome/browser/chromeos/first_run/first_run.cc (right): https://codereview.chromium.org/131023003/diff/120001/chrome/browser/chromeos/first_run/first_run.cc#newcode105 chrome/browser/chromeos/first_run/first_run.cc:105: UMA_HISTOGRAM_COUNTS("CrosFirstRun.TutorialLaunched", 1); On 2014/01/15 22:21:36, Alexei Svitkine wrote: > ...
6 years, 11 months ago (2014-01-16 13:21:14 UTC) #9
ygorshenin1
lgtm
6 years, 11 months ago (2014-01-16 13:27:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/131023003/300001
6 years, 11 months ago (2014-01-16 14:35:08 UTC) #11
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 16:14:01 UTC) #12
Message was sent while issue was closed.
Change committed as 245212

Powered by Google App Engine
This is Rietveld 408576698