Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 7600007: Profiles: Eliminate dead notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/external_tab_container_win.cc ('k') | chrome/browser/renderer_host/web_cache_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « chrome/browser/external_tab_container_win.cc ('k') | chrome/browser/renderer_host/web_cache_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698