Chromium Code Reviews| Index: chrome/common/render_messages.h |
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
| index c4191ca67582f3602f8c77ad2c4075d9e09f1c30..38eada783abac165db0d4b7c5b20732bbf851769 100644 |
| --- a/chrome/common/render_messages.h |
| +++ b/chrome/common/render_messages.h |
| @@ -632,3 +632,7 @@ IPC_SYNC_MESSAGE_ROUTED2_1(ChromeViewHostMsg_GetCookies, |
| IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FPS, |
| int /* routing id */, |
| float /* frames per second */) |
| + |
| +// Tells the renderer to suspend/resume the webkit timers. |
|
Yaron
2012/06/28 15:57:00
I think this should probably go with javascirpt me
|
| +IPC_MESSAGE_CONTROL1(ChromeViewMsg_ToggleWebKitSharedTimer, |
| + bool /* suspend */) |