summaryrefslogtreecommitdiffstats
path: root/src/core/browser_context_adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/browser_context_adapter.h')
-rw-r--r--src/core/browser_context_adapter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/browser_context_adapter.h b/src/core/browser_context_adapter.h
index 99022f98d..362ab79ee 100644
--- a/src/core/browser_context_adapter.h
+++ b/src/core/browser_context_adapter.h
@@ -58,7 +58,8 @@ public:
BrowserContextQt *browserContext();
bool isOffTheRecord() const { return m_offTheRecord; }
- QString path() const;
+ QString dataPath() const;
+ QString cachePath() const;
protected:
explicit BrowserContextAdapter(bool offTheRecord = false);