Index: chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
diff --git a/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc b/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
index ec2b159b0fe6c7f34431e67f169b3d565ed7b582..72874f7c55bae318f803b179eca7f4572afffa6c 100644 |
--- a/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
+++ b/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
@@ -68,7 +68,6 @@ void StubCrosSettingsProvider::SetDefaults() { |
values_.SetBoolean(kAccountsPrefShowUserNamesOnSignIn, true); |
values_.SetValue(kAccountsPrefUsers, make_scoped_ptr(new base::ListValue)); |
values_.SetBoolean(kAttestationForContentProtectionEnabled, true); |
- values_.SetBoolean(kStatsReportingPref, true); |
values_.SetValue(kAccountsPrefDeviceLocalAccounts, |
make_scoped_ptr(new base::ListValue)); |
// |kDeviceOwner| will be set to the logged-in user by |UserManager|. |