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 47dc2b601c79a8911d53215940248a2bac559dbd..b4ebbdd17ebed97cd27eb0102bb8026e6702aedc 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. |