| Index: content/browser/tab_contents/interstitial_page.cc
|
| diff --git a/content/browser/tab_contents/interstitial_page.cc b/content/browser/tab_contents/interstitial_page.cc
|
| index 8290664dde00916ec1cbe0210d0507810e6a2be7..8f67b8295aeda93fa703b2610feb06a2b8a60703 100644
|
| --- a/content/browser/tab_contents/interstitial_page.cc
|
| +++ b/content/browser/tab_contents/interstitial_page.cc
|
| @@ -553,6 +553,10 @@ content::ViewType InterstitialPage::GetRenderViewType() const {
|
| return content::VIEW_TYPE_INTERSTITIAL_PAGE;
|
| }
|
|
|
| +gfx::Rect InterstitialPage::GetRootWindowResizerRect() const {
|
| + return gfx::Rect();
|
| +}
|
| +
|
| void InterstitialPage::Disable() {
|
| enabled_ = false;
|
| }
|
|
|