summaryrefslogtreecommitdiffstats
path: root/src/core/profile_adapter.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-04-16 15:41:42 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-04-20 09:45:00 +0200
commit9e56f570e31a0ef18e544bb21dfddebfe43ec2d0 (patch)
tree5f3af76e8120aada7bc472ece9c7f25da149c9d4 /src/core/profile_adapter.h
parenta05bb73747620dd8f0294a57ff690a4f4202884e (diff)
Cleanup interceptors in profile
Change-Id: Ibc6d63845601b8189ac38bacc77885327284c81f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/profile_adapter.h')
-rw-r--r--src/core/profile_adapter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/profile_adapter.h b/src/core/profile_adapter.h
index 60d04273b..1e5a3e21f 100644
--- a/src/core/profile_adapter.h
+++ b/src/core/profile_adapter.h
@@ -199,10 +199,6 @@ public:
void setUseForGlobalCertificateVerification(bool enable = true);
bool isUsedForGlobalCertificateVerification() const;
- void addPageRequestInterceptor();
- void removePageRequestInterceptor();
- bool hasPageRequestInterceptor() const { return m_pageRequestInterceptors > 0; }
-
#if QT_CONFIG(ssl)
QWebEngineClientCertificateStore *clientCertificateStore();
#endif
@@ -247,7 +243,6 @@ private:
QList<ProfileAdapterClient*> m_clients;
QVector<WebContentsAdapterClient *> m_webContentsAdapterClients;
int m_httpCacheMaxSize;
- int m_pageRequestInterceptors;
QrcUrlSchemeHandler m_qrcHandler;
Q_DISABLE_COPY(ProfileAdapter)