Chromium Code Reviews| Index: chrome/common/render_messages.h |
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
| index d6cfa7c5b62c5a4a23f0ad56e2371e8b72b58acd..cce224415f28c8d60e7c9ef2030ac5621facce46 100644 |
| --- a/chrome/common/render_messages.h |
| +++ b/chrome/common/render_messages.h |
| @@ -234,6 +234,10 @@ IPC_MESSAGE_CONTROL3(ChromeViewMsg_SetCacheCapacities, |
| IPC_MESSAGE_CONTROL1(ChromeViewMsg_ClearCache, |
| bool /* on_navigation */) |
| +IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetCoalesceTimers, |
| + bool /* enabled */) |
|
tonyg
2014/05/20 14:14:52
I might be missing something, but the renderer alr
|
| + |
| + |
| // For WebUI testing, this message requests JavaScript to be executed at a time |
| // which is late enough to not be thrown out, and early enough to be before |
| // onload events are fired. |