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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 453813003: Remove the needsSiteSpecificQuirks setting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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/core/frame/Settings.in ('k') | 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 ed1242176dc8a6b96885a058a69144aa87b544c8..111090de14f4e7a73e20e9d7cc9344ab3cf40982 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -113,7 +113,6 @@ public:
virtual void setMinimumFontSize(int) OVERRIDE;
virtual void setMinimumLogicalFontSize(int) OVERRIDE;
virtual void setMockScrollbarsEnabled(bool) OVERRIDE;
- virtual void setNeedsSiteSpecificQuirks(bool) OVERRIDE;
virtual void setOfflineWebApplicationCacheEnabled(bool) OVERRIDE;
virtual void setOpenGLMultisamplingEnabled(bool) OVERRIDE;
virtual void setPasswordEchoDurationInSeconds(double) OVERRIDE;
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698