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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.cc

Issue 276433003: UMA metrics added for HID detection dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switched to bool histogram. Added Continue-scenario and HIDShows per OOBE completion histograms. Created 6 years, 7 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
Index: chrome/browser/chromeos/login/wizard_controller.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc
index f2486d71f4d78838bff6e77084724b26bed56a37..66f6ea3575652e7f29ae73c75cce6e18a3248f00 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -710,6 +710,9 @@ void WizardController::PerformPostEulaActions() {
void WizardController::PerformOOBECompletedActions() {
StartupUtils::MarkOobeCompleted();
+ UMA_HISTOGRAM_COUNTS_100(
+ "HIDDetection.TimesDialogShownPerOOBECompleted",
+ GetLocalState()->GetInteger(prefs::kTimesHIDDialogShown));
Mattias Nissler (ping if slow) 2014/05/12 11:10:02 Would it make sense to clear the pref here? I susp
merkulova 2014/05/13 07:18:01 Done.
}
void WizardController::SetCurrentScreen(WizardScreen* new_current) {

Powered by Google App Engine
This is Rietveld 408576698