Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 503983f36c0ff326deb006492b0fc88e23e98f39..fd72bb22ea9ed71e5a1b846a71b34263e516f0ab 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -1082,11 +1082,6 @@ HistoryService* ProfileImpl::GetHistoryService(ServiceAccessType sat) { |
if (!history->Init(GetPath(), GetBookmarkModel())) |
return NULL; |
history_service_.swap(history); |
- |
- // Send out the notification that the history service was created. |
- NotificationService::current()-> |
- Notify(chrome::NOTIFICATION_HISTORY_CREATED, Source<Profile>(this), |
- Details<HistoryService>(history_service_.get())); |
} |
return history_service_.get(); |
} |