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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 137583010: [Cleanup]Removing changes associated with setting visualWordMovement since it is never used. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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/core/frame/Settings.in ('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.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 2527a5bdcbdbb4af046e9127db450d715eb86024..d80ce3996685530fec232b718d0e1ba6e1d382ac 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -178,9 +178,6 @@ public:
virtual void setWideViewportQuirkEnabled(bool) OVERRIDE;
virtual void setXSSAuditorEnabled(bool) OVERRIDE;
- // FIXME: Make chromium stop calling this and delete the method.
- virtual void setVisualWordMovementEnabled(bool) OVERRIDE { }
-
bool showFPSCounter() const { return m_showFPSCounter; }
bool showPaintRects() const { return m_showPaintRects; }
bool renderVSyncNotificationEnabled() const { return m_renderVSyncNotificationEnabled; }
« no previous file with comments | « Source/core/frame/Settings.in ('k') | public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698