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

Unified Diff: chrome/common/render_messages.h

Issue 1414853003: Add options for audio/video autoplay to chrome://settings/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 8dd3bef1dac7ddf8fa25fb5bb0b872e56bf69153..69bdb22ed1118d7ee1d99ca9f598834ec2418fc6 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -129,6 +129,7 @@ IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(RendererContentSettingRules)
IPC_STRUCT_TRAITS_MEMBER(image_rules)
IPC_STRUCT_TRAITS_MEMBER(script_rules)
+ IPC_STRUCT_TRAITS_MEMBER(media_autoplay_rules)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(RGBAColor)

Powered by Google App Engine
This is Rietveld 408576698