summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/interstitial_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/tab_contents/interstitial_page.h')
-rw-r--r--content/browser/tab_contents/interstitial_page.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/tab_contents/interstitial_page.h b/content/browser/tab_contents/interstitial_page.h
index 47dc2b6..b4ebbdd 100644
--- a/content/browser/tab_contents/interstitial_page.h
+++ b/content/browser/tab_contents/interstitial_page.h
@@ -131,6 +131,7 @@ class CONTENT_EXPORT InterstitialPage : public content::NotificationObserver,
base::i18n::TextDirection title_direction) OVERRIDE;
virtual content::RendererPreferences GetRendererPrefs(
content::BrowserContext* browser_context) const OVERRIDE;
+ virtual WebPreferences GetWebkitPrefs() OVERRIDE;
// Invoked with the NavigationEntry that is going to be added to the
// navigation controller.