summaryrefslogtreecommitdiffstats
path: root/src/core/browser_context_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/browser_context_qt.cpp')
-rw-r--r--src/core/browser_context_qt.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/browser_context_qt.cpp b/src/core/browser_context_qt.cpp
index af8655b83..e87dd611a 100644
--- a/src/core/browser_context_qt.cpp
+++ b/src/core/browser_context_qt.cpp
@@ -111,11 +111,6 @@ base::FilePath BrowserContextQt::GetPath() const
return toFilePath(m_adapter->dataPath());
}
-base::FilePath BrowserContextQt::GetCachePath() const
-{
- return toFilePath(m_adapter->cachePath());
-}
-
bool BrowserContextQt::IsOffTheRecord() const
{
return m_adapter->isOffTheRecord();