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

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

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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/exported/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/core/exported/WebSettingsImpl.h b/third_party/WebKit/Source/core/exported/WebSettingsImpl.h
index 89361798d142921566162d470fb6118b9ea3c45d..9517ccfee8ac550e0eeb043cfd88b3ff19f875fb 100644
--- a/third_party/WebKit/Source/core/exported/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/core/exported/WebSettingsImpl.h
@@ -201,6 +201,7 @@ class CORE_EXPORT WebSettingsImpl final : public WebSettings {
void SetXSSAuditorEnabled(bool) override;
void SetMediaControlsEnabled(bool) override;
void SetDoNotUpdateSelectionOnMutatingSelectionRange(bool) override;
+ void SetMediaDownloadInProductHelpEnabled(bool) override;
bool ShowFPSCounter() const { return show_fps_counter_; }
bool ShowPaintRects() const { return show_paint_rects_; }
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/core/exported/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698