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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2640023008: Enabling autoplay and fullscreen for downloaded media (Closed)
Patch Set: comments Created 3 years, 10 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/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index a6eae28f9d91e5fdab5f925a60ee15f32bc90bd3..e6e1068b780863674ce1a2c5ed9d2c4ef50e6548 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -124,6 +124,7 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
void setMediaPlaybackRequiresUserGesture(bool) override;
void setMediaPlaybackGestureWhitelistScope(const WebString&) override;
void setPresentationRequiresUserGesture(bool) override;
+ void setEmbeddedMediaExperienceEnabled(bool) override;
void setMinimumAccelerated2dCanvasSize(int) override;
void setMinimumFontSize(int) override;
void setMinimumLogicalFontSize(int) override;

Powered by Google App Engine
This is Rietveld 408576698