| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index d3048d787ccb570ae7f4d2e6620c866ba69e11bb..d2c42578f9cf5b77041a0266c8582aac040cf7a0 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -126,11 +126,12 @@ class CONTENT_EXPORT RenderThreadImpl : public content::RenderThread,
|
| virtual int64 GetIdleNotificationDelayInMs() const OVERRIDE;
|
| virtual void SetIdleNotificationDelayInMs(
|
| int64 idle_notification_delay_in_ms) OVERRIDE;
|
| + virtual void ToggleWebKitSharedTimer(bool suspend) OVERRIDE;
|
| + virtual void UpdateHistograms(int sequence_number) OVERRIDE;
|
| #if defined(OS_WIN)
|
| virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE;
|
| virtual void ReleaseCachedFonts() OVERRIDE;
|
| #endif
|
| - virtual void UpdateHistograms(int sequence_number) OVERRIDE;
|
|
|
| // content::ChildThread:
|
| virtual bool IsWebFrameValid(WebKit::WebFrame* frame) OVERRIDE;
|
|
|