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..f288fd0e9d52eaabf66c3d86fca3355b131e30de 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller.cc |
@@ -710,6 +710,10 @@ void WizardController::PerformPostEulaActions() { |
void WizardController::PerformOOBECompletedActions() { |
StartupUtils::MarkOobeCompleted(); |
+ UMA_HISTOGRAM_COUNTS_100( |
+ "HIDDetection.TimesDialogShownPerOOBECompleted", |
+ GetLocalState()->GetInteger(prefs::kTimesHIDDialogShown)); |
+ GetLocalState()->ClearPref(prefs::kTimesHIDDialogShown); |
} |
void WizardController::SetCurrentScreen(WizardScreen* new_current) { |