summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/interstitial_page_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/web_contents/interstitial_page_impl.h')
-rw-r--r--content/browser/web_contents/interstitial_page_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/web_contents/interstitial_page_impl.h b/content/browser/web_contents/interstitial_page_impl.h
index 69f6120..4a48372 100644
--- a/content/browser/web_contents/interstitial_page_impl.h
+++ b/content/browser/web_contents/interstitial_page_impl.h
@@ -20,6 +20,7 @@
namespace content {
class NavigationEntry;
class RenderViewHostImpl;
+class RenderWidgetHostView;
class WebContentsView;
class WebContentsImpl;
@@ -68,6 +69,8 @@ class CONTENT_EXPORT InterstitialPageImpl
// Called when tab traversing.
void FocusThroughTabTraversal(bool reverse);
+ RenderWidgetHostView* GetView();
+
// See description above field.
void set_reload_on_dont_proceed(bool value) {
reload_on_dont_proceed_ = value;