Index: content/browser/frame_host/interstitial_page_impl.h |
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h |
index d9c04edd9babf7dec824b7f4daa261e645147386..8068fd34e019eff42cec67d12722e23ab003e15e 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -115,6 +115,10 @@ class CONTENT_EXPORT InterstitialPageImpl |
virtual bool OnMessageReceived(RenderFrameHost* render_frame_host, |
const IPC::Message& message) OVERRIDE; |
virtual void RenderFrameCreated(RenderFrameHost* render_frame_host) OVERRIDE; |
+ virtual void UpdateTitle(RenderFrameHost* render_frame_host, |
+ int32 page_id, |
+ const base::string16& title, |
+ base::i18n::TextDirection title_direction) OVERRIDE; |
// RenderViewHostDelegate implementation: |
virtual RenderViewHostDelegateView* GetDelegateView() OVERRIDE; |
@@ -124,10 +128,6 @@ class CONTENT_EXPORT InterstitialPageImpl |
virtual void RenderViewTerminated(RenderViewHost* render_view_host, |
base::TerminationStatus status, |
int error_code) OVERRIDE; |
- virtual void UpdateTitle(RenderViewHost* render_view_host, |
- int32 page_id, |
- const base::string16& title, |
- base::i18n::TextDirection title_direction) OVERRIDE; |
virtual RendererPreferences GetRendererPrefs( |
BrowserContext* browser_context) const OVERRIDE; |
virtual WebPreferences GetWebkitPrefs() OVERRIDE; |