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

Unified Diff: content/public/common/web_preferences.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/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index 643c288cb9d4083f619fb5fb0f702fc2bcb4d06f..296fc12a189efc1cd1681b0bc674956a93abf7b1 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -253,6 +253,7 @@ struct CONTENT_EXPORT WebPreferences {
// If enabled, video fullscreen detection will be enabled.
bool video_fullscreen_detection_enabled;
bool embedded_media_experience_enabled;
+ bool enable_media_download_in_product_help;
#else // defined(OS_ANDROID)
#endif // defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698