| 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 655ce1b700ce2a8546e1af7a1b0afc1c6360147c..e0e0ff5c9730a16c07f719b65e20813d5e4150ce 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -119,7 +119,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| virtual RenderViewHostDelegateView* GetDelegateView() OVERRIDE;
|
| virtual bool OnMessageReceived(RenderViewHost* render_view_host,
|
| const IPC::Message& message) OVERRIDE;
|
| - virtual const GURL& GetURL() const OVERRIDE;
|
| + virtual const GURL& GetMainFrameLastCommittedURL() const OVERRIDE;
|
| virtual void RenderViewTerminated(RenderViewHost* render_view_host,
|
| base::TerminationStatus status,
|
| int error_code) OVERRIDE;
|
|
|