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

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: 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.h
diff --git a/third_party/WebKit/Source/core/exported/WebSettingsImpl.h b/third_party/WebKit/Source/core/exported/WebSettingsImpl.h
index 11b3df725bbd3ede39a41c7f422a96e127d78e86..4cc706d465feabb21426a4e8aaeed90ae9170d6e 100644
--- a/third_party/WebKit/Source/core/exported/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/core/exported/WebSettingsImpl.h
@@ -203,6 +203,7 @@ class CORE_EXPORT WebSettingsImpl final
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_; }

Powered by Google App Engine
This is Rietveld 408576698