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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 253823003: Expose useThreadedParserForDataUrls temporarily (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 a4a1315038c33103e64b590538edecae91ecf9db..0c2ada344b71f704ecd3a153d3e11c7b6f56dd69 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -736,6 +736,11 @@ void WebSettingsImpl::setUseSolidColorScrollbars(bool enabled)
m_settings->setUseSolidColorScrollbars(enabled);
}
+void WebSettingsImpl::setUseThreadedHTMLParserForDataURLs(bool enabled)
+{
+ m_settings->setUseThreadedHTMLParserForDataURLs(enabled);
+}
+
void WebSettingsImpl::setMainFrameResizesAreOrientationChanges(bool enabled)
{
m_mainFrameResizesAreOrientationChanges = enabled;
« 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