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

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

Issue 2510353004: Deprecating AutoplayExperimentHelper (Closed)
Patch Set: cleaned up the layout code no longer used Created 4 years, 1 month 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.cpp
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
index 65d5d91f138baee4338e6f1e54bd639da4e0abc7..d16803a8377de8b3a91f896aa3cc81e361ba74f3 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -522,10 +522,6 @@ void WebSettingsImpl::setHyperlinkAuditingEnabled(bool enabled) {
m_settings->setHyperlinkAuditingEnabled(enabled);
}
-void WebSettingsImpl::setAutoplayExperimentMode(const WebString& mode) {
- m_settings->setAutoplayExperimentMode(mode);
-}
-
void WebSettingsImpl::setValidationMessageTimerMagnification(int newValue) {
m_settings->setValidationMessageTimerMagnification(newValue);
}

Powered by Google App Engine
This is Rietveld 408576698