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

Unified Diff: third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp

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: third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp
diff --git a/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp b/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp
index f1f19e699e71d6d69d34d50333633b3d9cbdfd3c..5403144b3c165ed423af6e4191de16e5e83ebee0 100644
--- a/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp
@@ -706,4 +706,8 @@ void WebSettingsImpl::SetDoNotUpdateSelectionOnMutatingSelectionRange(
settings_->SetDoNotUpdateSelectionOnMutatingSelectionRange(enabled);
}
+void WebSettingsImpl::SetMediaDownloadInProductHelpEnabled(bool enabled) {
+ settings_->SetMediaDownloadInProductHelpEnabled(enabled);
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698