Index: chrome/browser/profile_resetter/automatic_profile_resetter_factory.cc |
diff --git a/chrome/browser/profile_resetter/automatic_profile_resetter_factory.cc b/chrome/browser/profile_resetter/automatic_profile_resetter_factory.cc |
index 10bd7c3fd85adb3a05ac39cc06ceb8c2214d5d1f..a8c9fa128fbd372905f6bf7521f9e80311ca95de 100644 |
--- a/chrome/browser/profile_resetter/automatic_profile_resetter_factory.cc |
+++ b/chrome/browser/profile_resetter/automatic_profile_resetter_factory.cc |
@@ -51,6 +51,7 @@ AutomaticProfileResetterFactory::BuildServiceInstanceFor( |
content::BrowserContext* context) const { |
Profile* profile = Profile::FromBrowserContext(context); |
AutomaticProfileResetter* service = new AutomaticProfileResetter(profile); |
+ service->Initialize(); |
service->Activate(); |
return service; |
} |