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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 219123002: Read the default min-width value from the UA style sheets (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 3a14959f5714cf09ed329563c766788401127dbc..765ac6ae83ef8e672ccf87a6d444a45a9c217fd5 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -115,7 +115,6 @@ public:
virtual void setJavaScriptCanOpenWindowsAutomatically(bool) OVERRIDE;
virtual void setJavaScriptEnabled(bool) OVERRIDE;
virtual void setLayerSquashingEnabled(bool) OVERRIDE;
- virtual void setLayoutFallbackWidth(int) OVERRIDE;
virtual void setLoadsImagesAutomatically(bool) OVERRIDE;
virtual void setLoadWithOverviewMode(bool) OVERRIDE;
virtual void setLocalStorageEnabled(bool) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698