| 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 c3e6fa1dd36dd96439827d845d2efeb48e3eee62..3b37a7c31682eb514731162785f1cb9fae4a8b3a 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.cc
|
| +++ b/content/browser/frame_host/interstitial_page_impl.cc
|
| @@ -758,10 +758,6 @@ void InterstitialPageImpl::DontCreateViewForTesting() {
|
| create_view_ = false;
|
| }
|
|
|
| -gfx::Rect InterstitialPageImpl::GetRootWindowResizerRect() const {
|
| - return gfx::Rect();
|
| -}
|
| -
|
| void InterstitialPageImpl::CreateNewWindow(
|
| SiteInstance* source_site_instance,
|
| int32_t route_id,
|
|
|