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

Unified Diff: content/common/child_process_messages.h

Issue 1914143002: Experimental 'purging and suspending' backgrounded tabs behind the flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (rebasing) Created 4 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: content/common/child_process_messages.h
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
index 3215a1dca6dc8f4ea905ef23d8839fc3e1d40d58..34d3e6444c907e8eb68ba5b9f199b846313cb947 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 purge and suspend.
+IPC_MESSAGE_CONTROL0(ChildProcessMsg_PurgeAndSuspend)
+
////////////////////////////////////////////////////////////////////////////////
// Messages sent from the child process to the browser.

Powered by Google App Engine
This is Rietveld 408576698