Chromium Code Reviews| 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) { |