Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass NotificationSource by const ref rather than value, as it's a class (and ↵ | pkasting@chromium.org | 2008-10-08 | 1 | -2/+2 |
| | | | | | | | | this matches NotificationObserver). Review URL: http://codereview.chromium.org/6468 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3060 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Remove an explicit call from the NavigationController to the alternate URL | brettw@google.com | 2008-09-16 | 1 | -0/+54 |
fetcher since there is already a notification that does this. I created a class that will automatically unregister for notifications when it goes out of scope and used it here. I think it will be useful for most consumers of notifications. Review URL: http://codereview.chromium.org/2895 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2276 0039d316-1c4b-4281-b951-d872f2087c98 |