| Index: content/browser/frame_host/interstitial_page_impl.h
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
|
| index 8cb1419bd59ab3e1a2e8460d721ed52fdd676856..73a38552c0b841280c6da0d73325a7d7123b1b2c 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(
|
|
|