| 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 cc9dc63b5ebe3455e34820fc918fcc64a5082da9..ca078344f8fe289c3b3e539fb3e934a03cc0c245 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -109,6 +109,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(
|
|
|