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

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

Issue 2728133002: Media Controls: make the MediaControlsOverlayPlayButton a runtime enabled flag. (Closed)
Patch Set: should create a cast target 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
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.h ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
index ff5ac4d25bd68c60c51d2b22bac5cb63bfa6660c..30777b980a412037a8ea0539ac5c16265b0096e0 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -621,10 +621,6 @@ void WebSettingsImpl::setShouldRespectImageOrientation(bool enabled) {
m_settings->setShouldRespectImageOrientation(enabled);
}
-void WebSettingsImpl::setMediaControlsOverlayPlayButtonEnabled(bool enabled) {
- m_settings->setMediaControlsOverlayPlayButtonEnabled(enabled);
-}
-
void WebSettingsImpl::setMediaPlaybackRequiresUserGesture(bool required) {
m_settings->setMediaPlaybackRequiresUserGesture(required);
}
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.h ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698