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

Unified Diff: third_party/WebKit/public/web/WebSettings.h

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: not on pause. 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: third_party/WebKit/public/web/WebSettings.h
diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
index 4c736ce212176fde7f4509f481f2fd3f05afaaee..2ade91ea96f88258a4f340523c2b86a6215bd900 100644
--- a/third_party/WebKit/public/web/WebSettings.h
+++ b/third_party/WebKit/public/web/WebSettings.h
@@ -299,6 +299,7 @@ class WebSettings {
virtual void SetXSSAuditorEnabled(bool) = 0;
virtual void SetMediaControlsEnabled(bool) = 0;
virtual void SetDoNotUpdateSelectionOnMutatingSelectionRange(bool) = 0;
+ virtual void SetMediaDownloadInProductHelpEnabled(bool) = 0;
protected:
~WebSettings() {}

Powered by Google App Engine
This is Rietveld 408576698