diff options
Diffstat (limited to 'content/browser/frame_host/interstitial_page_impl.h')
-rw-r--r-- | content/browser/frame_host/interstitial_page_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h index 8cb1419..73a3855 100644 --- a/content/browser/frame_host/interstitial_page_impl.h +++ b/content/browser/frame_host/interstitial_page_impl.h @@ -108,6 +108,8 @@ class CONTENT_EXPORT InterstitialPageImpl const NotificationDetails& details) OVERRIDE; // WebContentsObserver implementation: + virtual bool OnMessageReceived(const IPC::Message& message, + RenderFrameHost* render_frame_host) OVERRIDE; virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE; virtual void NavigationEntryCommitted( |