Index: chrome/browser/chromeos/notifications/notification_panel.h |
diff --git a/chrome/browser/chromeos/notifications/notification_panel.h b/chrome/browser/chromeos/notifications/notification_panel.h |
index 96739bcee9d31bf323cbc545a5390f9482820184..8ab5f88b4e6e44f063b69c5c566814c2b7ee1763 100644 |
--- a/chrome/browser/chromeos/notifications/notification_panel.h |
+++ b/chrome/browser/chromeos/notifications/notification_panel.h |
@@ -97,9 +97,10 @@ class NotificationPanel : public PanelController::Delegate, |
const gfx::Size& size); |
virtual void SetActiveView(BalloonViewImpl* view); |
- // PanelController overrides. |
+ // PanelController::Delegate overrides. |
virtual string16 GetPanelTitle(); |
virtual SkBitmap GetPanelIcon(); |
+ virtual bool CanClosePanel(); |
virtual void ClosePanel(); |
// NotificationObserver overrides: |