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

Unified Diff: content/public/common/common_param_traits_macros.h

Issue 2922033002: Autoplay: fixes IPC traits for WebPreferences. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/common_param_traits_macros.h
diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
index 3220d59a57c35b1d7c3d6bef3b56d017761f30ba..e0f025b87b62660bf40ad736ea2e4c09b3912e9b 100644
--- a/content/public/common/common_param_traits_macros.h
+++ b/content/public/common/common_param_traits_macros.h
@@ -78,9 +78,10 @@ IPC_ENUM_TRAITS_MIN_MAX_VALUE(content::ImageAnimationPolicy,
IPC_ENUM_TRAITS_MIN_MAX_VALUE(content::ViewportStyle,
content::ViewportStyle::DEFAULT,
content::ViewportStyle::LAST)
-IPC_ENUM_TRAITS_MIN_MAX_VALUE(content::AutoplayPolicy,
- content::AutoplayPolicy::kNoUserGestureRequired,
- content::AutoplayPolicy::kUserGestureRequired)
+IPC_ENUM_TRAITS_MIN_MAX_VALUE(
+ content::AutoplayPolicy,
+ content::AutoplayPolicy::kNoUserGestureRequired,
+ content::AutoplayPolicy::kUserGestureRequiredForCrossOrigin)
IPC_STRUCT_TRAITS_BEGIN(blink::WebPoint)
IPC_STRUCT_TRAITS_MEMBER(x)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698