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

Unified Diff: chrome/browser/notifications/desktop_notifications_unittest.cc

Issue 385058: When extensions use notifications, display the name of the extension in UI ra... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
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);
}
« no previous file with comments | « chrome/browser/notifications/desktop_notification_service.cc ('k') | chrome/browser/notifications/notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698