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

Unified Diff: Source/web/WebSettingsImpl.h

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 | « no previous file | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index a069a260fafd369aa2eb703582cc27f4c60e8c70..56d0fd4f1ce3da2cf175bdb5ae093e291f8b7aca 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -167,6 +167,7 @@ public:
virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool) OVERRIDE;
virtual void setUseSolidColorScrollbars(bool) OVERRIDE;
virtual void setUseWideViewport(bool) OVERRIDE;
+ virtual void setUseThreadedHTMLParserForDataURLs(bool) OVERRIDE;
virtual void setValidationMessageTimerMagnification(int) OVERRIDE;
virtual void setViewportEnabled(bool) OVERRIDE;
virtual void setViewportMetaEnabled(bool) OVERRIDE;
« no previous file with comments | « no previous file | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698