Index: chrome/renderer/notification_provider.h |
diff --git a/chrome/renderer/notification_provider.h b/chrome/renderer/notification_provider.h |
index bba77cddcc4a003331323bd03715b9a40dd7fcb6..5090b9facda3fae333fedbc4cf2054fc3db5e51f 100644 |
--- a/chrome/renderer/notification_provider.h |
+++ b/chrome/renderer/notification_provider.h |
@@ -25,7 +25,7 @@ class NotificationProvider : public RenderViewObserver, |
private: |
// RenderView::Observer implementation. |
- bool OnMessageReceived(const IPC::Message& message); |
+ virtual bool OnMessageReceived(const IPC::Message& message); |
// WebKit::WebNotificationPresenter interface. |
virtual bool show(const WebKit::WebNotification& proxy); |