| Index: content/browser/tab_contents/interstitial_page.h
|
| diff --git a/content/browser/tab_contents/interstitial_page.h b/content/browser/tab_contents/interstitial_page.h
|
| index b332b7b9d2f6443434f2946f103551d324566a4b..bd0471008aa91d397d270db0017fb3c6d66bb681 100644
|
| --- a/content/browser/tab_contents/interstitial_page.h
|
| +++ b/content/browser/tab_contents/interstitial_page.h
|
| @@ -111,6 +111,8 @@ class CONTENT_EXPORT InterstitialPage : public content::NotificationObserver,
|
|
|
| virtual content::ViewType GetRenderViewType() const OVERRIDE;
|
|
|
| + virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
|
| +
|
| // See description above field.
|
| void set_reload_on_dont_proceed(bool value) {
|
| reload_on_dont_proceed_ = value;
|
|
|