| Index: chrome/browser/chromeos/notifications/notification_panel.cc
|
| diff --git a/chrome/browser/chromeos/notifications/notification_panel.cc b/chrome/browser/chromeos/notifications/notification_panel.cc
|
| index 4bd0b3a13eed9e24de4e79e4f31d61ea511b1c99..a60705b249a0e5be3cd907742c62c906a311b614 100644
|
| --- a/chrome/browser/chromeos/notifications/notification_panel.cc
|
| +++ b/chrome/browser/chromeos/notifications/notification_panel.cc
|
| @@ -610,6 +610,10 @@ SkBitmap NotificationPanel::GetPanelIcon() {
|
| return SkBitmap();
|
| }
|
|
|
| +bool NotificationPanel::CanClosePanel() {
|
| + return true;
|
| +}
|
| +
|
| void NotificationPanel::ClosePanel() {
|
| SET_STATE(CLOSED);
|
| UpdatePanel(false);
|
|
|