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

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

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: tests 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/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index 3332863e7351588dc46954f94d50bc4c9868b0e3..a055ae2fbdd08c49486a03b081f604371cf91317 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -252,6 +252,7 @@ struct CONTENT_EXPORT WebPreferences {
bool video_fullscreen_detection_enabled;
bool embedded_media_experience_enabled;
bool page_popups_suppressed;
+ bool enable_media_in_product_help;
#else // defined(OS_ANDROID)
#endif // defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698