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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 614173003: Remove the disallowFullscreenForNonMediaElements setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove the tests for this setting Created 6 years, 2 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 | « Source/web/WebSettingsImpl.h ('k') | public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index 7e2188f734376b4a23cb499aea0d051ccf987b55..0998362f27119e86607a168de76634466a237e76 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -722,11 +722,6 @@ void WebSettingsImpl::setMainFrameResizesAreOrientationChanges(bool enabled)
m_mainFrameResizesAreOrientationChanges = enabled;
}
-void WebSettingsImpl::setDisallowFullscreenForNonMediaElements(bool enabled)
-{
- m_settings->setDisallowFullscreenForNonMediaElements(enabled);
-}
-
void WebSettingsImpl::setV8CacheOptions(V8CacheOptions options)
{
m_settings->setV8CacheOptions(static_cast<blink::V8CacheOptions>(options));
« no previous file with comments | « Source/web/WebSettingsImpl.h ('k') | public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698