| Index: content/public/renderer/render_thread.h
|
| ===================================================================
|
| --- content/public/renderer/render_thread.h (revision 244357)
|
| +++ content/public/renderer/render_thread.h (working copy)
|
| @@ -111,9 +111,6 @@
|
| 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;
|
|
|
| // Post task to all worker threads. Returns number of workers.
|
|
|