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

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: Address Yaron's comments 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
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index c4191ca67582f3602f8c77ad2c4075d9e09f1c30..34b07ad2d0a447a2ca4b12501f212d24fcacf639 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -346,6 +346,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.
« no previous file with comments | « no previous file | chrome/renderer/chrome_render_process_observer.h » ('j') | content/public/renderer/render_thread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698