summaryrefslogtreecommitdiffstats
path: root/chrome/common/notification_registrar.cc
Commit message (Expand)AuthorAgeFilesLines
* Add more logging on a NOTREACHED() in hopes of getting more data about why we...pkasting@chromium.org2009-05-281-1/+2
* Avoid calling NotificationService::current() unless we have to, to prevent pr...pkasting@chromium.org2009-05-231-7/+12
* Make the NotificationRegistrar safe for use in Singletons, which may outlive ...pkasting@chromium.org2009-05-211-5/+17
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-1/+18
* Pass NotificationSource by const ref rather than value, as it's a class (and ...pkasting@chromium.org2008-10-081-2/+2
* Remove an explicit call from the NavigationController to the alternate URLbrettw@google.com2008-09-161-0/+54