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

Unified Diff: content/common/child_process_messages.h

Issue 1895773002: Move responsiblity of tab suspending from renderer to TabManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix time Created 4 years, 8 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: content/common/child_process_messages.h
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
index 3215a1dca6dc8f4ea905ef23d8839fc3e1d40d58..fb5ffe939a44af0512cd7be55e7a0ea2479e6d4c 100644
--- a/content/common/child_process_messages.h
+++ b/content/common/child_process_messages.h
@@ -118,6 +118,9 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildNonPersistentHistogramData,
IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessBackgrounded,
bool /* background */)
+// Sent to child processes to tell them to suspend.
+IPC_MESSAGE_CONTROL0(ChildProcessMsg_Suspend)
+
////////////////////////////////////////////////////////////////////////////////
// Messages sent from the child process to the browser.

Powered by Google App Engine
This is Rietveld 408576698