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

Unified Diff: content/common/child_process_messages.h

Issue 2383473002: [scheduler] Teach scheduler about audio state (Closed)
Patch Set: Created 4 years, 3 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..a2f48bf39876cee13f5a95a8ef91320ccebed58d 100644
--- a/content/common/child_process_messages.h
+++ b/content/common/child_process_messages.h
@@ -123,6 +123,9 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildNonPersistentHistogramData,
IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessBackgrounded,
bool /* background */)
+IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetAudioPlaying,
Sami 2016/09/29 13:36:07 bikeshed: SetProcessAudible would make it a little
altimin 2016/09/29 16:29:42 Done.
+ bool /* has_audio_playing */)
+
// Sent to child processes to tell them to purge and suspend.
IPC_MESSAGE_CONTROL0(ChildProcessMsg_PurgeAndSuspend)

Powered by Google App Engine
This is Rietveld 408576698