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 a14b2620daf486759934e0e473e2e12ebee6713b..cfc4c16eef11bb9e16dc7cf060ced66947d1f33d 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller.cc |
@@ -454,7 +454,7 @@ void WizardController::OnEulaAccepted() { |
CrosSettings::Get()->SetBoolean(kStatsReportingPref, uma_enabled); |
if (uma_enabled) { |
-#if defined(USE_LINUX_BREAKPAD) |
+#if defined(USE_LINUX_BREAKPAD) && defined(GOOGLE_CHROME_BUILD) |
// The crash reporter initialization needs IO to complete. |
base::ThreadRestrictions::ScopedAllowIO allow_io; |
InitCrashReporter(); |