Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index 22d1e85f85cbd82838c7fe553aa499e6613436a0..3a988bce00a510bd4810c3474aa337c469fc7f88 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -125,6 +125,9 @@ void Profile::RegisterUserPrefs(PrefService* prefs) { |
prefs->RegisterBooleanPref(prefs::kSafeBrowsingReportingEnabled, |
false, |
PrefService::UNSYNCABLE_PREF); |
+ prefs->RegisterBooleanPref(prefs::kSafeBrowsingOptinDownloadProtectionEnabled, |
+ false, |
+ PrefService::UNSYNCABLE_PREF); |
// TODO(estade): IDS_SPELLCHECK_DICTIONARY should be an ASCII string. |
prefs->RegisterLocalizedStringPref(prefs::kSpellCheckDictionary, |
IDS_SPELLCHECK_DICTIONARY, |