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

Unified Diff: chrome/common/render_messages.h

Issue 10690023: Upstream support for WebKit shared timer toggling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove blank line Created 8 years, 6 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
« no previous file with comments | « no previous file | chrome/renderer/chrome_render_process_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */)
« no previous file with comments | « no previous file | chrome/renderer/chrome_render_process_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698