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

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: move IPH to MediaDownloadInProductManager Created 3 years, 4 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 39e2eccc8e3c0a69f9ac58e8528c7cad8f2f5ba4..be1869ad4fe59fc8a5ce120b6dd9f5b7b5d146b2 100644
--- a/third_party/WebKit/public/web/WebSettings.h
+++ b/third_party/WebKit/public/web/WebSettings.h
@@ -298,6 +298,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