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

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

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: mounir's comments. Created 3 years, 5 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/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 25ddd4ce8b5fa0a6617ab0c07a5681c9e2828089..daa59455786eae7e11d6cba67d1869852dcac088 100644
--- a/content/public/common/common_param_traits_macros.h
+++ b/content/public/common/common_param_traits_macros.h
@@ -243,6 +243,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
IPC_STRUCT_TRAITS_MEMBER(video_fullscreen_detection_enabled)
IPC_STRUCT_TRAITS_MEMBER(embedded_media_experience_enabled)
IPC_STRUCT_TRAITS_MEMBER(page_popups_suppressed)
+ IPC_STRUCT_TRAITS_MEMBER(enable_media_download_in_product_help)
#endif // defined(OS_ANDROID)
IPC_STRUCT_TRAITS_MEMBER(default_minimum_page_scale_factor)
IPC_STRUCT_TRAITS_MEMBER(default_maximum_page_scale_factor)

Powered by Google App Engine
This is Rietveld 408576698