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

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

Issue 554213003: Request the icon of a Web Notification in the renderer process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removes now redundant code Created 6 years, 3 months 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/message_center_notifications_unittest.cc
diff --git a/chrome/browser/notifications/message_center_notifications_unittest.cc b/chrome/browser/notifications/message_center_notifications_unittest.cc
index df4865f2d76b821466460922e4c8b3b1c0eb0c53..4b04232ade4904e7686e85ece161ce313dfbb5cf 100644
--- a/chrome/browser/notifications/message_center_notifications_unittest.cc
+++ b/chrome/browser/notifications/message_center_notifications_unittest.cc
@@ -101,7 +101,7 @@ class MessageCenterNotificationManagerTest : public BrowserWithTestWindowTest {
const ::Notification GetANotification(const std::string& id) {
return ::Notification(
GURL("chrome-extension://adflkjsdflkdsfdsflkjdsflkdjfs"),
- GURL(),
+ gfx::Image(),
base::string16(),
base::string16(),
blink::WebTextDirectionDefault,

Powered by Google App Engine
This is Rietveld 408576698