summaryrefslogtreecommitdiffstats
path: root/src/core/profile_qt.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-04 16:20:37 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-23 00:24:51 +0000
commit5c6201f6c393967e9284bb9841281d286126541d (patch)
tree24339c13b833cae3d8f6f0115bade06df342b9fc /src/core/profile_qt.h
parentf3f3279bec367bf3816377ac31a75c042648068f (diff)
Adaptations for Chromium 72
Change-Id: Ic355257066c7c1433862cb41e6f2bfa831147e0d Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'src/core/profile_qt.h')
-rw-r--r--src/core/profile_qt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/profile_qt.h b/src/core/profile_qt.h
index 41eeeecf5..a5b37dbd5 100644
--- a/src/core/profile_qt.h
+++ b/src/core/profile_qt.h
@@ -71,9 +71,10 @@ public:
virtual ~ProfileQt();
+ base::FilePath GetCachePath() const;
+
// BrowserContext implementation:
base::FilePath GetPath() const override;
- base::FilePath GetCachePath() const override;
bool IsOffTheRecord() const override;
net::URLRequestContextGetter *CreateMediaRequestContext() override;