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

Unified Diff: chrome/browser/notifications/message_center_notifications_browsertest.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: 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_browsertest.cc
diff --git a/chrome/browser/notifications/message_center_notifications_browsertest.cc b/chrome/browser/notifications/message_center_notifications_browsertest.cc
index 40a3b49ddb953f98ff778163ea609c3f1cd04926..633d05621939bf4816fd31630215c06faa81f6bc 100644
--- a/chrome/browser/notifications/message_center_notifications_browsertest.cc
+++ b/chrome/browser/notifications/message_center_notifications_browsertest.cc
@@ -110,7 +110,7 @@ class MessageCenterNotificationsTest : public InProcessBrowserTest {
}
return Notification(GURL("chrome-test://testing/"),
- GURL(),
+ gfx::Image(),
base::ASCIIToUTF16("title"),
base::ASCIIToUTF16("message"),
blink::WebTextDirectionDefault,

Powered by Google App Engine
This is Rietveld 408576698