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

Unified Diff: content/common/frame_messages.h

Issue 2383473002: [scheduler] Teach scheduler about audio state (Closed)
Patch Set: WebFrames! 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/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index bfd646575e96e100083d5a673c032b1719acac1d..ee8f83327d98494701d317aa7df6189b19b5d198 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -918,6 +918,8 @@ IPC_MESSAGE_ROUTED0(FrameMsg_SuppressFurtherDialogs)
IPC_MESSAGE_ROUTED1(FrameMsg_RunFileChooserResponse,
std::vector<content::FileChooserFileInfo>)
+IPC_MESSAGE_ROUTED1(FrameMsg_AudioStateChanged, bool /* is_audio_playing */)
+
// -----------------------------------------------------------------------------
// Messages sent from the renderer to the browser.

Powered by Google App Engine
This is Rietveld 408576698