Index: chrome/renderer/notification_provider.h |
=================================================================== |
--- chrome/renderer/notification_provider.h (revision 36880) |
+++ chrome/renderer/notification_provider.h (working copy) |
@@ -36,6 +36,9 @@ |
// 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); |