| 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 53a9b0007fac28bb82fc4568c226ff920017e844..64f68db582626dd8c8b5b680101de0866103fc6a 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.cc
|
| @@ -442,6 +442,12 @@ void WizardController::OnEulaAccepted() {
|
| MarkEulaAccepted();
|
| bool enabled =
|
| OptionsUtil::ResolveMetricsReportingEnabled(usage_statistics_reporting_);
|
| +
|
| + content::NotificationService::current()->Notify(
|
| + chrome::NOTIFICATION_WIZARD_EULA_ACCEPTED,
|
| + content::NotificationService::AllSources(),
|
| + content::NotificationService::NoDetails());
|
| +
|
| CrosSettings::Get()->SetBoolean(kStatsReportingPref, enabled);
|
| if (enabled) {
|
| #if defined(USE_LINUX_BREAKPAD)
|
|
|