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_) { |