| Index: content/public/test/mock_render_thread.h
|
| diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h
|
| index 3a68a3101296cc347cff9acda226807ee8a97aa0..27c35633573d703d7756d6fbf349d92b584b4f17 100644
|
| --- a/content/public/test/mock_render_thread.h
|
| +++ b/content/public/test/mock_render_thread.h
|
| @@ -69,11 +69,12 @@ class MockRenderThread : public 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;
|
|
|
| //////////////////////////////////////////////////////////////////////////
|
| // The following functions are called by the test itself.
|
|
|