| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index cea44c4e90723acd7a34c154173ab0e780b52243..18c98c367483f698eac93d1e187e5504ab0558a6 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -342,6 +342,10 @@ IPC_MESSAGE_ROUTED0(ChromeViewMsg_GetFPS)
|
| // Tells the view it is displaying an interstitial page.
|
| IPC_MESSAGE_ROUTED0(ChromeViewMsg_SetAsInterstitial)
|
|
|
| +// Tells the renderer to suspend/resume the webkit timers.
|
| +IPC_MESSAGE_CONTROL1(ChromeViewMsg_ToggleWebKitSharedTimer,
|
| + bool /* suspend */)
|
| +
|
| //-----------------------------------------------------------------------------
|
| // Misc messages
|
| // These are messages sent from the renderer to the browser process.
|
|
|