Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: chrome/browser/chromeos/login/wizard_controller.cc

Issue 16129004: Consolidate EulaAcceptedNotifier implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698