| Index: ash/shell/window_type_launcher.cc
|
| diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc
|
| index df45d896f57049325e930870928451e145f2a53b..94179a6cb78ced5567bb7527c29dd81a0a8c063e 100644
|
| --- a/ash/shell/window_type_launcher.cc
|
| +++ b/ash/shell/window_type_launcher.cc
|
| @@ -329,7 +329,7 @@ void WindowTypeLauncher::ButtonPressed(views::Button* sender,
|
|
|
| } else if (sender == show_web_notification_) {
|
| ash::Shell::GetPrimaryRootWindowController()->status_area_widget()->
|
| - web_notification_tray()->AddNotification(
|
| + web_notification_tray()->message_center()->AddNotification(
|
| "id0",
|
| ASCIIToUTF16("Test Shell Web Notification"),
|
| ASCIIToUTF16("Notification message body."),
|
|
|