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

Unified Diff: Source/core/page/Settings.h

Issue 14495004: Remove left-over PageCache stuff (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/loader/HistoryController.cpp ('k') | Source/core/platform/Logging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Settings.h
diff --git a/Source/core/page/Settings.h b/Source/core/page/Settings.h
index c4172c38e4d864c70323e9fc3f443f4afa39b33b..7162a1625cf2b322340f9fff5cef0b3ae7b36867 100644
--- a/Source/core/page/Settings.h
+++ b/Source/core/page/Settings.h
@@ -139,10 +139,6 @@ namespace WebCore {
void setUserStyleSheetLocation(const KURL&);
const KURL& userStyleSheetLocation() const { return m_userStyleSheetLocation; }
- // FIXME: Remove these, PageCache is dead.
- void setUsesPageCache(bool) { }
- bool usesPageCache() const { return false; }
-
void setFontRenderingMode(FontRenderingMode mode);
FontRenderingMode fontRenderingMode() const;
« no previous file with comments | « Source/core/loader/HistoryController.cpp ('k') | Source/core/platform/Logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698