Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9409)

Unified Diff: chrome/common/render_messages.h

Issue 289863005: [Mac] Maximise timer slack for background tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial review Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698