| 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 0df78c6470529b11088a766c6254ad5f675d315d..65576d051c2f5b84906820a174071defdf029be8 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.cc
|
| @@ -734,6 +734,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) {
|
|
|