| Index: chrome/browser/notifications/desktop_notifications_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/notifications/desktop_notifications_unittest.cc (revision 31723)
|
| +++ chrome/browser/notifications/desktop_notifications_unittest.cc (working copy)
|
| @@ -32,6 +32,7 @@
|
| // balloon collection.
|
| Notification test_notification(notification.origin_url(),
|
| notification.content_url(),
|
| + notification.display_source(),
|
| log_proxy_.get());
|
| BalloonCollectionImpl::Add(test_notification, profile);
|
| }
|
| @@ -39,6 +40,7 @@
|
| bool MockBalloonCollection::Remove(const Notification& notification) {
|
| Notification test_notification(notification.origin_url(),
|
| notification.content_url(),
|
| + notification.display_source(),
|
| log_proxy_.get());
|
| return BalloonCollectionImpl::Remove(test_notification);
|
| }
|
|
|