Index: chrome/browser/tab_contents/interstitial_page.h |
diff --git a/chrome/browser/tab_contents/interstitial_page.h b/chrome/browser/tab_contents/interstitial_page.h |
index 1087761ab8a3d9b426a4172f9de9b5eee72f8216..097fbde38aba860a94724158a41b5dba4b1446d9 100644 |
--- a/chrome/browser/tab_contents/interstitial_page.h |
+++ b/chrome/browser/tab_contents/interstitial_page.h |
@@ -128,9 +128,7 @@ class InterstitialPage : public NotificationObserver, |
const std::wstring& title); |
virtual void DomOperationResponse(const std::string& json_string, |
int automation_id); |
- virtual RendererPreferences GetRendererPrefs(Profile* profile) const { |
- return renderer_preferences_; |
- } |
+ virtual RendererPreferences GetRendererPrefs(Profile* profile) const; |
// Invoked when the page sent a command through DOMAutomation. |
virtual void CommandReceived(const std::string& command) {} |