summaryrefslogtreecommitdiffstats
path: root/chrome/common/notification_registrar.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the notification stub files.tfarina@chromium.org2011-03-101-12/+0
* Move notification service code to content. We'll need to figure out how to s...jam@chromium.org2011-03-071-56/+2
* Add the ability for NotificationRegistrar users to check if a particular noti...pkasting@chromium.org2010-11-051-0/+6
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-1/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Prevent NotificationRegistrar from pulling in platform threading stuff.erg@chromium.org2010-07-201-4/+1
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-061-3/+2
* Add per-observer instrumenting code to NotificationRegistrar.huanr@chromium.org2010-02-011-4/+2
* Adding instrument to NotificationRegistrar to checkhuanr@chromium.org2009-12-041-0/+6
* Make the NotificationRegistrar safe for use in Singletons, which may outlive ...pkasting@chromium.org2009-05-211-0/+3
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-12/+2
* 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/+63