summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/browser_context_qt.cpp5
-rw-r--r--src/core/browser_context_qt.h1
2 files changed, 0 insertions, 6 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();
diff --git a/src/core/browser_context_qt.h b/src/core/browser_context_qt.h
index 58bc75d5b..7fef34df2 100644
--- a/src/core/browser_context_qt.h
+++ b/src/core/browser_context_qt.h
@@ -69,7 +69,6 @@ public:
// BrowserContext implementation:
base::FilePath GetPath() const override;
- base::FilePath GetCachePath() const;
bool IsOffTheRecord() const override;
net::URLRequestContextGetter *CreateMediaRequestContext() override;