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

Unified Diff: content/common/child_process_messages.h

Issue 2387603003: Resume a backgrounded renderer that was purged and suspended (Closed)
Patch Set: Added transition: => RUNNING Created 4 years, 2 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 a3c48897e71ee98be391e119bc47bc00cbe1073e..1809063e5cc266cd1aeda4dcd82452e45a028cc6 100644
--- a/content/common/child_process_messages.h
+++ b/content/common/child_process_messages.h
@@ -126,6 +126,9 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessBackgrounded,
// Sent to child processes to tell them to purge and suspend.
IPC_MESSAGE_CONTROL0(ChildProcessMsg_PurgeAndSuspend)
+// Sent to child processes to tell them to resume from suspended mode.
+IPC_MESSAGE_CONTROL0(ChildProcessMsg_Resume)
+
////////////////////////////////////////////////////////////////////////////////
// Messages sent from the child process to the browser.

Powered by Google App Engine
This is Rietveld 408576698