diff options
Diffstat (limited to 'chrome/renderer/notification_provider.h')
-rw-r--r-- | chrome/renderer/notification_provider.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/renderer/notification_provider.h b/chrome/renderer/notification_provider.h index d02ee15..7c5ca71 100644 --- a/chrome/renderer/notification_provider.h +++ b/chrome/renderer/notification_provider.h @@ -36,6 +36,9 @@ class NotificationProvider : public WebKit::WebNotificationPresenter { // IPC message handler called from RenderView. bool OnMessageReceived(const IPC::Message& message); + // Called when the RenderView navigates. + void OnNavigate(); + private: // Internal methods used to show notifications. bool ShowHTML(const WebKit::WebNotification& notification, int id); |