Index: chrome/browser/profile.cc |
=================================================================== |
--- chrome/browser/profile.cc (revision 23002) |
+++ chrome/browser/profile.cc (working copy) |
@@ -518,7 +518,7 @@ |
prefs->AddPrefObserver(prefs::kEnableAutoSpellCorrect, this); |
#ifdef CHROME_PERSONALIZATION |
- if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableP13n)) |
+ if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableSync)) |
personalization_.reset(Personalization::CreateProfilePersonalization(this)); |
#endif |