| Index: content/public/renderer/render_thread.h
|
| diff --git a/content/public/renderer/render_thread.h b/content/public/renderer/render_thread.h
|
| index fd2fa361ff004431b8f24c5f08f2aa04f2c3c566..6338e863f3569d584a2853c66905442acb126b61 100644
|
| --- a/content/public/renderer/render_thread.h
|
| +++ b/content/public/renderer/render_thread.h
|
| @@ -104,6 +104,9 @@ class CONTENT_EXPORT RenderThread : public IPC::Sender {
|
| virtual void SetIdleNotificationDelayInMs(
|
| int64 idle_notification_delay_in_ms) = 0;
|
|
|
| + // Suspend/resume the webkit timer for this renderer.
|
| + virtual void ToggleWebKitSharedTimer(bool suspend) = 0;
|
| +
|
| virtual void UpdateHistograms(int sequence_number) = 0;
|
|
|
| #if defined(OS_WIN)
|
|
|