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

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: .. 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/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 2fefc0774933fe7225342cc0a122fadc4d6d93e4..b5427b7db5d409385b1e522b233c3855e39366e6 100644
--- a/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp
@@ -701,4 +701,8 @@ void WebSettingsImpl::SetDoNotUpdateSelectionOnMutatingSelectionRange(
settings_->SetDoNotUpdateSelectionOnMutatingSelectionRange(enabled);
}
+void WebSettingsImpl::SetMediaDownloadInProductHelpEnabled(bool enabled) {
+ settings_->SetMediaDownloadInProductHelpEnabled(enabled);
+}
+
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebSettingsImpl.h ('k') | third_party/WebKit/Source/core/frame/Settings.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698