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

Unified Diff: ash/shell/window_type_launcher.cc

Issue 15582004: Move NotificationDelegate into message_center. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win browsertests. Created 7 years, 7 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: ash/shell/window_type_launcher.cc
diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc
index 9c1a0b4ada143367627e5a442e349502eb6497ec..5aac32775404efd0df58950338264f1ca0ef64e3 100644
--- a/ash/shell/window_type_launcher.cc
+++ b/ash/shell/window_type_launcher.cc
@@ -355,7 +355,8 @@ void WindowTypeLauncher::ButtonPressed(views::Button* sender,
ASCIIToUTF16("Notification message body."),
ASCIIToUTF16("www.testshell.org"),
"" /* extension id */,
- NULL /* optional_fields */);
+ NULL /* optional_fields */,
+ NULL /* delegate */);
}
#if !defined(OS_MACOSX)
else if (sender == examples_button_) {

Powered by Google App Engine
This is Rietveld 408576698