| Index: chrome/browser/chromeos/login/wizard_controller.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/wizard_controller.cc (revision 203226)
|
| +++ chrome/browser/chromeos/login/wizard_controller.cc (working copy)
|
| @@ -472,11 +472,6 @@
|
| bool uma_enabled =
|
| OptionsUtil::ResolveMetricsReportingEnabled(usage_statistics_reporting_);
|
|
|
| - content::NotificationService::current()->Notify(
|
| - chrome::NOTIFICATION_WIZARD_EULA_ACCEPTED,
|
| - content::NotificationSource(content::Source<WizardController>(this)),
|
| - content::NotificationService::NoDetails());
|
| -
|
| CrosSettings::Get()->SetBoolean(kStatsReportingPref, uma_enabled);
|
| if (uma_enabled) {
|
| #if defined(USE_LINUX_BREAKPAD) && defined(GOOGLE_CHROME_BUILD)
|
|
|