| Index: content/browser/frame_host/interstitial_page_impl.cc
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc
|
| index fd9363908b79f907696c77b0371059878d4c1a10..52bbde6b421fd4690609fd984079c66ba43ac2e5 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.cc
|
| +++ b/content/browser/frame_host/interstitial_page_impl.cc
|
| @@ -401,7 +401,7 @@ RenderViewHostDelegateView* InterstitialPageImpl::GetDelegateView() {
|
| return rvh_delegate_view_.get();
|
| }
|
|
|
| -const GURL& InterstitialPageImpl::GetURL() const {
|
| +const GURL& InterstitialPageImpl::GetMainFrameLastCommittedURL() const {
|
| return url_;
|
| }
|
|
|
|
|