| Index: ash/shell/window_type_launcher.cc
|
| diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc
|
| index e701e25299dfd7d723251dfdccf2e6d15d498741..f90c4f3d1cf55221befb695e4764e3432c96e1c9 100644
|
| --- a/ash/shell/window_type_launcher.cc
|
| +++ b/ash/shell/window_type_launcher.cc
|
| @@ -344,7 +344,8 @@ void WindowTypeLauncher::ButtonPressed(views::Button* sender,
|
| ASCIIToUTF16("Notification message body."),
|
| gfx::Image(),
|
| ASCIIToUTF16("www.testshell.org"),
|
| - message_center::NotifierId(),
|
| + message_center::NotifierId(
|
| + message_center::NotifierId::APPLICATION, "test-id"),
|
| message_center::RichNotificationData(),
|
| NULL /* delegate */));
|
|
|
|
|